diff options
-rw-r--r-- | recipes/qt4/qt4-tools-native-4.6.2+4.7.0-beta1/fix.xlib-test.libs.patch | 9 | ||||
-rw-r--r-- | recipes/qt4/qt4-tools-native_4.7.0-beta1.bb | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-tools-native-4.6.2+4.7.0-beta1/fix.xlib-test.libs.patch b/recipes/qt4/qt4-tools-native-4.6.2+4.7.0-beta1/fix.xlib-test.libs.patch new file mode 100644 index 0000000000..d7613033df --- /dev/null +++ b/recipes/qt4/qt4-tools-native-4.6.2+4.7.0-beta1/fix.xlib-test.libs.patch @@ -0,0 +1,9 @@ +Index: qt-everywhere-opensource-src-4.7.0-beta1/config.tests/x11/xlib/xlib.pro +=================================================================== +--- qt-everywhere-opensource-src-4.7.0-beta1.orig/config.tests/x11/xlib/xlib.pro ++++ qt-everywhere-opensource-src-4.7.0-beta1/config.tests/x11/xlib/xlib.pro +@@ -1,3 +1,4 @@ + CONFIG += x11 + CONFIG -= qt + SOURCES = xlib.cpp ++LIBS += -lXau -lXdmcp diff --git a/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb b/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb index fb08dedf7f..d54debfb8a 100644 --- a/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb +++ b/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb @@ -8,6 +8,7 @@ PV = "4.6.2+${SRCVER}" PR = "${INC_PR}.0" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${SRCVER}.tar.gz \ + file://fix.xlib-test.libs.patch \ file://qt-config.patch \ file://g++.conf \ file://linux.conf" |