blob: 5ead60d8ffebac176cf9f913a22d6ca896b0504d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "DirectFB without X11"
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} \
"
|