projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0949f
)
Revert "do not build GUI (and other) component(s) in host build"
author
Mirko Vogt
<mirko-dev@nanl.de>
Sun, 3 Dec 2017 20:55:35 +0000
(21:55 +0100)
committer
Mirko 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
patch
|
blob
|
history
diff --git
a/frameworks/qt5base/Makefile
b/frameworks/qt5base/Makefile
index fdb90f638cf02de0da8d905851cdb11f6f041d8d..0856dfde765595369a2f6dd9c47af4fe5ca3b900 100644
(file)
--- 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 \