blob: 53dc0ae19ec42708fcff9d909acfab8d532a24df [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 \
14 pango-modules \
15 fontconfig \
16 ${TOUCH} \
17"