mirror of
https://git.yoctoproject.org/poky
synced 2026-09-25 07:36:23 +02:00
(From OE-Core rev: 996291ef305ddacf852377cc402dbbac299bc215) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
336 B
BlitzBasic
19 lines
336 B
BlitzBasic
SUMMARY = "GTK+ over DirectFB without X11"
|
|
PR = "r0"
|
|
LICENSE = "MIT"
|
|
|
|
inherit packagegroup
|
|
|
|
TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
|
|
|
|
RDEPENDS_${PN} = " \
|
|
directfb \
|
|
directfb-examples \
|
|
pango \
|
|
pango-modules \
|
|
fontconfig \
|
|
gtk+ \
|
|
gtk-demo \
|
|
${TOUCH} \
|
|
"
|