diff options
| -rw-r--r-- | conf/machine/include/rpi-base.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 9ce647d..9f20663 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
| @@ -10,9 +10,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" | |||
| 10 | XSERVER = " \ | 10 | XSERVER = " \ |
| 11 | xserver-xorg \ | 11 | xserver-xorg \ |
| 12 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \ | 12 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \ |
| 13 | xf86-input-evdev \ | ||
| 14 | xf86-input-mouse \ | ||
| 15 | xf86-input-keyboard \ | ||
| 16 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ | 13 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ |
| 17 | " | 14 | " |
| 18 | 15 | ||
