mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
12aba2fc89
commit
ca5ad873db
@@ -15,7 +15,7 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGES += "libgail"
|
||||
PACKAGES += "libgail gtk-demo"
|
||||
|
||||
FILES_${PN} = "${bindir}/gtk-update-icon-cache \
|
||||
${bindir}/gtk-query-immodules-2.0 \
|
||||
@@ -40,6 +40,11 @@ FILES_${PN}-dbg += " \
|
||||
${libdir}/gtk-2.0/${LIBV}/engines/.debug/* \
|
||||
${libdir}/gtk-2.0/${LIBV}/printbackends/.debug/*"
|
||||
|
||||
FILES_gtk-demo = " \
|
||||
${datadir}/gtk-2.0/demo/* \
|
||||
${bindir}/gtk-demo \
|
||||
"
|
||||
|
||||
FILES_libgail = " \
|
||||
${libdir}/gtk-2.0/modules/libgail.so \
|
||||
${libdir}/gtk-2.0/modules/libferret.so \
|
||||
|
||||
Reference in New Issue
Block a user