From 6b1ad9ef455e048802f41b5d446cc3ac9c3bdfb6 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 26 Apr 2014 00:51:40 +0200 Subject: 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 | ^ | compilation terminated. | make: *** [xinput2.o] Error 1 | XInput2 disabled. | XInput2 support cannot be enabled due to functionality tests! Signed-off-by: Andreas Oberritter Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt') 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" PACKAGECONFIG[xcursor] = "-xcursor,-no-xcursor,libxcursor" PACKAGECONFIG[xinerama] = "-xinerama,-no-xinerama,libxinerama" PACKAGECONFIG[xinput] = "-xinput,-no-xinput" -PACKAGECONFIG[xinput2] = "-xinput2,-no-xinput2" +PACKAGECONFIG[xinput2] = "-xinput2,-no-xinput2,libxi" PACKAGECONFIG[xfixes] = "-xfixes,-no-xfixes,libxfixes" PACKAGECONFIG[xrandr] = "-xrandr,-no-xrandr,libxrandr" PACKAGECONFIG[xrender] = "-xrender,-no-xrender,libxrender" -- cgit v1.2.3-54-g00ecf