From: Mirko Vogt Date: Sun, 3 Dec 2017 20:55:35 +0000 (+0100) Subject: Revert "do not build GUI (and other) component(s) in host build" X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fae337e73c0415709cc0b40d173b38b72aabf64e;hp=2b0949f460b47646fb97fdf533ca900ca84f2b10;p=feed%2Fvideo.git 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. --- 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 \