diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-12-08 17:34:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-08 22:15:44 +0000 |
commit | ca5ad873db40e9caffcdc6f69bfc04b9b2141945 (patch) | |
tree | faec0c8e312c23298b2c3c1c239be1ccca82af06 /meta/recipes-gnome/gtk+/gtk+.inc | |
parent | 12aba2fc899f730d07e70535c0eacda9c57c7f26 (diff) | |
download | poky-ca5ad873db40e9caffcdc6f69bfc04b9b2141945.tar.gz |
gtk.inc: ship gtk-demo to independent package
gtk-demo can test gtk over directfb
[YOCTO #1674]
(From OE-Core rev: 4a13766c7b223d82e8cf682db999a135d2b8412c)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+.inc')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index 0e5c45c929..1d8f4a69d1 100644 --- a/meta/recipes-gnome/gtk+/gtk+.inc +++ b/meta/recipes-gnome/gtk+/gtk+.inc | |||
@@ -15,7 +15,7 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ | |||
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | PACKAGES += "libgail" | 18 | PACKAGES += "libgail gtk-demo" |
19 | 19 | ||
20 | FILES_${PN} = "${bindir}/gtk-update-icon-cache \ | 20 | FILES_${PN} = "${bindir}/gtk-update-icon-cache \ |
21 | ${bindir}/gtk-query-immodules-2.0 \ | 21 | ${bindir}/gtk-query-immodules-2.0 \ |
@@ -40,6 +40,11 @@ FILES_${PN}-dbg += " \ | |||
40 | ${libdir}/gtk-2.0/${LIBV}/engines/.debug/* \ | 40 | ${libdir}/gtk-2.0/${LIBV}/engines/.debug/* \ |
41 | ${libdir}/gtk-2.0/${LIBV}/printbackends/.debug/*" | 41 | ${libdir}/gtk-2.0/${LIBV}/printbackends/.debug/*" |
42 | 42 | ||
43 | FILES_gtk-demo = " \ | ||
44 | ${datadir}/gtk-2.0/demo/* \ | ||
45 | ${bindir}/gtk-demo \ | ||
46 | " | ||
47 | |||
43 | FILES_libgail = " \ | 48 | FILES_libgail = " \ |
44 | ${libdir}/gtk-2.0/modules/libgail.so \ | 49 | ${libdir}/gtk-2.0/modules/libgail.so \ |
45 | ${libdir}/gtk-2.0/modules/libferret.so \ | 50 | ${libdir}/gtk-2.0/modules/libferret.so \ |