mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
Recent pango upgrade means there is no pango-modules. (From OE-Core rev: 2aea260b99d38bf506c6a0ebcf0f299b2c675da7) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
314 B
BlitzBasic
17 lines
314 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 \
|
|
fontconfig \
|
|
${TOUCH} \
|
|
"
|