Revert "do not build GUI (and other) component(s) in host build"

This reverts commit 2b0949f460.
Some modules being built for the host require Gui / evdev support -
notably the kmap->qmap converter in qt5tools.
This commit is contained in:
Mirko Vogt 2017-12-03 21:55:35 +01:00
parent 2b0949f460
commit fae337e73c

View File

@ -439,7 +439,7 @@ define Host/Configure
-nomake tools \
-nomake examples \
-no-compile-examples \
-no-gui \
-gui \
-no-widgets \
-no-dbus \
-no-accessibility \
@ -470,7 +470,7 @@ define Host/Configure
-no-linuxfb \
-no-mirclient \
-no-xcb \
-no-evdev \
-evdev \
-no-libinput \
-no-mtdev \
-no-tslib \