aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-31 10:19:47 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-31 10:19:47 +0100
commita85810d49a4fce4230eb632cf9101a8a7c4591d4 (patch)
tree71176c551fcd38119c3b97b6eea8045654a01466 /recipes-qt
parent183ca02ebee6db8b7575057c48f8e965357eac59 (diff)
downloadmeta-openembedded-contrib-a85810d49a4fce4230eb632cf9101a8a7c4591d4.tar.gz
qt4: add back DBMs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt4/qt4.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-qt/qt4/qt4.inc b/recipes-qt/qt4/qt4.inc
index 32dee4c205..98d55b1be5 100644
--- a/recipes-qt/qt4/qt4.inc
+++ b/recipes-qt/qt4/qt4.inc
@@ -1,6 +1,6 @@
inherit qmake_base
-DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base sqlite3"
+DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base mysql5 postgresql sqlite sqlite3"
require qt4_arch.inc
QT_ARCH := "${@qt_arch(d)}"
@@ -12,7 +12,7 @@ QT_DISTRO_FLAGS_poky-lsb = "-sm"
QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \
-shared -no-nas-sound -no-nis \
-qt-gif -system-libjpeg -system-libpng -system-zlib \
- -no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite \
+ -no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite -plugin-sql-sqlite3 \
-no-pch -qdbus -stl -glib -phonon -webkit \
${QT_DISTRO_FLAGS} "
@@ -205,7 +205,9 @@ do_configure() {
-crossarch ${QT_ARCH} \
${QT_CONFIG_FLAGS} -no-fast \
-L${STAGING_LIBDIR} -I${STAGING_INCDIR} \
- -I${STAGING_INCDIR}/freetype2
+ -I${STAGING_INCDIR}/freetype2 \
+ -I${STAGING_INCDIR}/mysql \
+ -I${STAGING_INCDIR}/postgresql
}
python populate_packages_prepend() {