Use new xkbcommon includepath
authorPierre Vorhagen <pvorhagen@gmail.com>
Wed, 21 Mar 2012 10:02:09 +0000 (11:02 +0100)
committerSamuel Rødal <samuel.rodal@nokia.com>
Wed, 21 Mar 2012 13:11:27 +0000 (14:11 +0100)
Change-Id: I294e5e8511ae8319f11d516d452f9b8a0d149b75
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
config.tests/xkbcommon/main.cpp
src/plugins/platforms/wayland/qwaylandinputdevice.cpp

index 9f10f3e..27422bf 100644 (file)
@@ -38,7 +38,7 @@
 **
 ****************************************************************************/
 
-#include <X11/extensions/XKBcommon.h>
+#include <xkbcommon/xkbcommon.h>
 #include <X11/keysym.h>
 
 #include <QtCore/qnamespace.h>
index 8731439..c5b5eee 100644 (file)
@@ -57,7 +57,7 @@
 #include <QtGui/QGuiApplication>
 
 #ifndef QT_NO_WAYLAND_XKB
-#include <X11/extensions/XKBcommon.h>
+#include <xkbcommon/xkbcommon.h>
 #include <X11/keysym.h>
 #endif