[yocto] [meta-raspberrypi][PATCH 1/2] rpi-base.inc: add xserver-xorg-extension-glx to XSERVER for vc4 enabled
Andreas Müller
schnitzeltony at googlemail.com
Mon Dec 12 02:53:08 PST 2016
make glxinfo/glggears/.. work
Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
conf/machine/include/rpi-base.inc | 1 +
1 file changed, 1 insertion(+)
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"
XSERVER = " \
xserver-xorg \
+ ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \
xf86-input-evdev \
xf86-input-mouse \
xf86-input-keyboard \
--
2.7.4
More information about the yocto
mailing list