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

This commit is contained in:
Mirko Vogt
2017-11-29 16:02:16 +01:00
parent ebe0834496
commit 2b0949f460

View File

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