diff options
-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 \ |