1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Inherit gtk-icon-cache

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1306 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-03-01 19:44:24 +00:00
parent 1b7b0c28d8
commit f6cfad27b7
+2 -2
View File
@@ -4,11 +4,11 @@ DEPENDS = "glib-2.0 gtk+ eds-dbus"
DESCRIPTION = "Tasks is a task list application."
PV = "0.0+svn${SRCDATE}"
PR = "r1"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
inherit autotools pkgconfig
inherit autotools pkgconfig gtk-icon-cache
S = "${WORKDIR}/trunk"