aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/qt4-x11-base-image.bb
blob: 83a1d34c642e25ceefbc450d50f8e49a5ae295bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
require micro-base-image.bb

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

XSERVER ?= "xserver-xorg \
           xf86-input-evdev \
           xf86-input-tslib \
           xf86-video-fbdev "

DEPENDS += "task-qt4-x11"

RDEPENDS_${PN} += " \
        task-qt4-x11-base \
	task-qt4-x11-qwt \
        "

IMAGE_INSTALL += "\
	initscripts \
	kernel-modules \
	gdbserver \
	strace \
	module-init-tools \
	task-qt4-x11-base \
	task-qt4-x11-qwt \
	${TOUCH} \
	pointercal \
	${XSERVER} \
	ttf-liberation-sans ttf-liberation-serif ttf-liberation-mono \
	xauth xhost xset xrandr \
"