mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-07 14:44:37 +02:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
3d2eca97d6
commit
6b1ad9ef45
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user