diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-12-12 11:53:08 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-12-29 19:51:34 +0100 |
| commit | d77f3d46e31659f8eec5b6fa95315344af765628 (patch) | |
| tree | b184ff0d824ca8cccf5b67e450b8737693f622e6 | |
| parent | 672e025e2d7c37d43a4e0b1e3122c7cbb902c72e (diff) | |
| download | meta-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>
| -rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
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 | ||
| 10 | XSERVER = " \ | 10 | XSERVER = " \ |
| 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 \ |
