1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+1 -2
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"
+1 -1
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"