Inherit gtk-icon-cache to install and register the icons

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2678 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-09-03 10:40:31 +00:00
parent 31feb9d395
commit 263cce7db2
2 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
require oprofileui.inc
PV = "0.0+svnr${SRCREV}"
PR = "r0"
PR = "r1"
S = "${WORKDIR}/trunk"
SRC_URI = "svn://svn.o-hand.com/repos/oprofileui;module=trunk;proto=http"

View File

@ -3,7 +3,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi"
inherit autotools pkgconfig
inherit autotools pkgconfig gtk-icon-cache
PACKAGES =+ "oprofileui-server oprofileui-viewer"