summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase.inc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-04-26 00:51:40 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-09 14:40:09 +0200
commit6b1ad9ef455e048802f41b5d446cc3ac9c3bdfb6 (patch)
tree849e293403979c221fb35a1c3860e49a7cbfed94 /recipes-qt/qt5/qtbase.inc
parent3d2eca97d6439aad6b34654bc8fd67834b764572 (diff)
downloadmeta-qt5-6b1ad9ef455e048802f41b5d446cc3ac9c3bdfb6.tar.gz
qtbase: xinput2 depends on libxi
| ../../../../qtbase-opensource-src-5.2.1/config.tests/x11/xinput2/xinput2.cpp:43:36: fatal error: X11/extensions/XInput2.h: No such file or directory | #include <X11/extensions/XInput2.h> | ^ | compilation terminated. | make: *** [xinput2.o] Error 1 | XInput2 disabled. | XInput2 support cannot be enabled due to functionality tests! Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r--recipes-qt/qt5/qtbase.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 40ad56a9..d6b45b75 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -96,7 +96,7 @@ PACKAGECONFIG[sql-sqlite] = "-sql-sqlite,-no-sql-sqlite,sqlite3"
96PACKAGECONFIG[xcursor] = "-xcursor,-no-xcursor,libxcursor" 96PACKAGECONFIG[xcursor] = "-xcursor,-no-xcursor,libxcursor"
97PACKAGECONFIG[xinerama] = "-xinerama,-no-xinerama,libxinerama" 97PACKAGECONFIG[xinerama] = "-xinerama,-no-xinerama,libxinerama"
98PACKAGECONFIG[xinput] = "-xinput,-no-xinput" 98PACKAGECONFIG[xinput] = "-xinput,-no-xinput"
99PACKAGECONFIG[xinput2] = "-xinput2,-no-xinput2" 99PACKAGECONFIG[xinput2] = "-xinput2,-no-xinput2,libxi"
100PACKAGECONFIG[xfixes] = "-xfixes,-no-xfixes,libxfixes" 100PACKAGECONFIG[xfixes] = "-xfixes,-no-xfixes,libxfixes"
101PACKAGECONFIG[xrandr] = "-xrandr,-no-xrandr,libxrandr" 101PACKAGECONFIG[xrandr] = "-xrandr,-no-xrandr,libxrandr"
102PACKAGECONFIG[xrender] = "-xrender,-no-xrender,libxrender" 102PACKAGECONFIG[xrender] = "-xrender,-no-xrender,libxrender"