aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb
blob: aca3a676ba735895c4502831698c10938400e6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "DirectFB without X11"
PR = "r0"
LICENSE = "MIT"

inherit packagegroup

TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'

RDEPENDS_${PN} = " \
		directfb \
		directfb-examples \
		pango \
		pango-modules \
		fontconfig \
		${TOUCH} \
"