summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-12-12 11:53:08 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2016-12-29 19:51:34 +0100
commitd77f3d46e31659f8eec5b6fa95315344af765628 (patch)
treeb184ff0d824ca8cccf5b67e450b8737693f622e6 /conf
parent672e025e2d7c37d43a4e0b1e3122c7cbb902c72e (diff)
downloadmeta-raspberrypi-d77f3d46e31659f8eec5b6fa95315344af765628.tar.gz
rpi-base.inc: add xserver-xorg-extension-glx to XSERVER for vc4 enabled
make glxinfo/glggears/.. work Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/rpi-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 497dd29..9ce647d 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -9,6 +9,7 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
9 9
10XSERVER = " \ 10XSERVER = " \
11 xserver-xorg \ 11 xserver-xorg \
12 ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \
12 xf86-input-evdev \ 13 xf86-input-evdev \
13 xf86-input-mouse \ 14 xf86-input-mouse \
14 xf86-input-keyboard \ 15 xf86-input-keyboard \