diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-24 13:35:15 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-24 13:35:15 +0000 |
commit | 737541febbf4c2fb236acce3731a60bd92edeaa4 (patch) | |
tree | b6f99dd9f1027c600de8df8f9f6ae295c685ac2a /packages/qt4/qt4-x11-free.inc | |
parent | 27a1ceee1dd5daa78fb14833f941182b15ff2e69 (diff) |
packages/qt4/qt4-x11-free,qtopia-core: Change the order, move the config flags to the .inc files
Diffstat (limited to 'packages/qt4/qt4-x11-free.inc')
-rw-r--r-- | packages/qt4/qt4-x11-free.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/qt4/qt4-x11-free.inc b/packages/qt4/qt4-x11-free.inc index 74773cd1d3..5b901a2e1b 100644 --- a/packages/qt4/qt4-x11-free.inc +++ b/packages/qt4/qt4-x11-free.inc @@ -15,11 +15,12 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz S = "${WORKDIR}/qt-x11-opensource-src-${PV}" +QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl" QT_BASE_NAME = "qt4" QT_BASE_LIB = "libqt" QT_LIBRARY_NAME = "libQt" QT_DIR_NAME = "qt4" -require qt_packaging.inc require qt_depends.inc +require qt_packaging.inc inherit qt4x11 |