From: Mirko Vogt Date: Wed, 29 Nov 2017 15:02:16 +0000 (+0100) Subject: do not build GUI (and other) component(s) in host build X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2b0949f460b47646fb97fdf533ca900ca84f2b10;hp=ebe0834496fdc5fd1d76249cd131e2dac5f544c4;p=feed%2Fvideo.git do not build GUI (and other) component(s) in host build --- diff --git a/frameworks/qt5base/Makefile b/frameworks/qt5base/Makefile index 0856dfd..fdb90f6 100644 --- a/frameworks/qt5base/Makefile +++ b/frameworks/qt5base/Makefile @@ -439,7 +439,7 @@ define Host/Configure -nomake tools \ -nomake examples \ -no-compile-examples \ - -gui \ + -no-gui \ -no-widgets \ -no-dbus \ -no-accessibility \ @@ -470,7 +470,7 @@ define Host/Configure -no-linuxfb \ -no-mirclient \ -no-xcb \ - -evdev \ + -no-evdev \ -no-libinput \ -no-mtdev \ -no-tslib \