diff options
author | Chris Lord <chris@openedhand.com> | 2006-01-25 17:31:05 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-01-25 17:31:05 +0000 |
commit | a4b1aab93cb48bef1f53f465847828fc061dd288 (patch) | |
tree | 46a04f3ab774177c8da02d16a61be5a9f9b18a18 /openembedded/packages/gtk+ | |
parent | a44b79ae7b4b05de19fab315a8381734e9ee4e25 (diff) | |
download | openembedded-core-a4b1aab93cb48bef1f53f465847828fc061dd288.tar.gz openembedded-core-a4b1aab93cb48bef1f53f465847828fc061dd288.tar.bz2 openembedded-core-a4b1aab93cb48bef1f53f465847828fc061dd288.zip |
Add gtk-update-icon-cache to FILES_${PN} for gtk 2.8.9
git-svn-id: https://svn.o-hand.com/repos/poky@237 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtk+')
-rw-r--r-- | openembedded/packages/gtk+/gtk+_2.8.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/packages/gtk+/gtk+_2.8.9.bb b/openembedded/packages/gtk+/gtk+_2.8.9.bb index 454c0d79d0..a6a87d8d6d 100644 --- a/openembedded/packages/gtk+/gtk+_2.8.9.bb +++ b/openembedded/packages/gtk+/gtk+_2.8.9.bb @@ -6,7 +6,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor gtk-doc libgcrypt cairo" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ file://no-xwc.patch;patch=1 \ @@ -29,6 +29,7 @@ inherit autotools pkgconfig FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ ${bindir}/gtk-query-immodules-2.0 \ + ${bindir}/gtk-update-icon-cache \ ${libdir}/lib*.so.* \ ${datadir}/themes ${sysconfdir} \ ${libdir}/gtk-2.0/${LIBV}/engines/libpixmap.so" |