Revert "do not build GUI (and other) component(s) in host build"
authorMirko Vogt <mirko-dev@nanl.de>
Sun, 3 Dec 2017 20:55:35 +0000 (21:55 +0100)
committerMirko Vogt <mirko-dev@nanl.de>
Sun, 3 Dec 2017 20:55:35 +0000 (21:55 +0100)
This reverts commit 2b0949f460b47646fb97fdf533ca900ca84f2b10.
Some modules being built for the host require Gui / evdev support -
notably the kmap->qmap converter in qt5tools.

frameworks/qt5base/Makefile

index fdb90f638cf02de0da8d905851cdb11f6f041d8d..0856dfde765595369a2f6dd9c47af4fe5ca3b900 100644 (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 \