mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02: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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user