mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
The contents change depends on the MACHINE_FEATURES so this is clearly a machine specific package. Set it accordingly. (From OE-Core rev: 347551fadfadeb7bde5948bbeca2a4f13ecaca41) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
332 B
BlitzBasic
18 lines
332 B
BlitzBasic
SUMMARY = "DirectFB without X11"
|
|
LICENSE = "MIT"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
TOUCH = ' ${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
|
|
|
|
RDEPENDS_${PN} = " \
|
|
directfb \
|
|
directfb-examples \
|
|
pango \
|
|
pango-modules \
|
|
fontconfig \
|
|
${TOUCH} \
|
|
"
|