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

inherit packagegroup

TOUCH = ' ${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'

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