mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
- DirectFB is not supported by gtk versions >= 2.18 - remove the backwards compatibility statements (packagegroup-core-directfb is an independent packagegroup) - remove all gtk dependencies [YOCTO #3642] (From OE-Core rev: 423a397b2bf1a32519761ae3f0b048e0595c59e8) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
304 B
BlitzBasic
17 lines
304 B
BlitzBasic
SUMMARY = "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 \
|
|
${TOUCH} \
|
|
"
|