blob: a657a1a4e9dd514918b21e7bbc216c60633e00be [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "DirectFB without X11"
2LICENSE = "MIT"
3
4PACKAGE_ARCH = "${MACHINE_ARCH}"
5
6inherit packagegroup
7
8TOUCH = ' ${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
9
10RDEPENDS_${PN} = " \
11 directfb \
12 directfb-examples \
13 pango \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014 fontconfig \
15 ${TOUCH} \
16"