diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-12 10:08:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-12 14:27:33 +0200 |
commit | 367d28ff1b6628c539bfa5ded36f924ff59f1817 (patch) | |
tree | a7d89a27bbf30e5bedc9c970476a5ccac2100f99 /recipes/qt4/qt4-tools-native-4.6.3+4.7.0-beta2 | |
parent | 9e1bbdf672b12d0d7788eeba90f7a079c56bc0c6 (diff) |
qt-4.7.0-beta1: move to beta2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/qt4/qt4-tools-native-4.6.3+4.7.0-beta2')
-rw-r--r-- | recipes/qt4/qt4-tools-native-4.6.3+4.7.0-beta2/fix.xlib-test.libs.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-tools-native-4.6.3+4.7.0-beta2/fix.xlib-test.libs.patch b/recipes/qt4/qt4-tools-native-4.6.3+4.7.0-beta2/fix.xlib-test.libs.patch new file mode 100644 index 0000000000..d7613033df --- /dev/null +++ b/recipes/qt4/qt4-tools-native-4.6.3+4.7.0-beta2/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 |