From fae337e73c0415709cc0b40d173b38b72aabf64e Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 3 Dec 2017 21:55:35 +0100 Subject: [PATCH] Revert "do not build GUI (and other) component(s) in host build" 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/qt5base/Makefile b/frameworks/qt5base/Makefile index fdb90f6..0856dfd 100644 --- a/frameworks/qt5base/Makefile +++ b/frameworks/qt5base/Makefile @@ -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 \ -- 2.30.2