rpi-base.inc: remove input modules form XSERVER

This is nothing a BSP has to decide

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller 2016-12-12 11:53:09 +01:00 committed by Andrei Gherzan
parent d77f3d46e3
commit c40558173f

View File

@ -10,9 +10,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
XSERVER = " \ XSERVER = " \
xserver-xorg \ xserver-xorg \
${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \
xf86-input-evdev \
xf86-input-mouse \
xf86-input-keyboard \
${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \
" "