aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+/gtk+.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gtk+/gtk+.inc')
-rw-r--r--recipes/gtk+/gtk+.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc
index e619a6af28..e6a0684fcc 100644
--- a/recipes/gtk+/gtk+.inc
+++ b/recipes/gtk+/gtk+.inc
@@ -11,19 +11,22 @@ PROVIDES = "gdk-pixbuf"
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
SRC_URI = "http://download.gnome.org/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.bz2 \
file://hardcoded_libtool.patch;patch=1 \
- file://no-demos.patch;patch=1 \
file://run-iconcache.patch;patch=1 \
file://toggle-font.diff;patch=1;pnum=0 \
file://xsettings.patch;patch=1 \
"
-INC_PR = "r7"
+INC_PR = "r8"
inherit autotools pkgconfig
LEAD_SONAME = "libgtk-x11-2.0.so"
LIBV = "2.10.0"
+PACKAGES =+ "${PN}-demo ${PN}-demo-source"
+FILES_${PN}-demo = "${bindir}/gtk-demo"
+FILES_${PN}-demo-source = "${datadir}/gtk-2.0/demo"
+
FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \
${bindir}/gtk-update-icon-cache \
${bindir}/gtk-query-immodules-2.0 \