aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb
blob: 334a17e66860049fc0a7dff3a9c48bee3945eb27 (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 = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'

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