diff options
-rw-r--r-- | recipes-qt/qt4/qt4.inc | 8 |
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 @@ | |||
1 | inherit qmake_base | 1 | inherit qmake_base |
2 | 2 | ||
3 | DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base sqlite3" | 3 | DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base mysql5 postgresql sqlite sqlite3" |
4 | 4 | ||
5 | require qt4_arch.inc | 5 | require qt4_arch.inc |
6 | QT_ARCH := "${@qt_arch(d)}" | 6 | QT_ARCH := "${@qt_arch(d)}" |
@@ -12,7 +12,7 @@ QT_DISTRO_FLAGS_poky-lsb = "-sm" | |||
12 | QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ | 12 | QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ |
13 | -shared -no-nas-sound -no-nis \ | 13 | -shared -no-nas-sound -no-nis \ |
14 | -qt-gif -system-libjpeg -system-libpng -system-zlib \ | 14 | -qt-gif -system-libjpeg -system-libpng -system-zlib \ |
15 | -no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite \ | 15 | -no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite -plugin-sql-sqlite3 \ |
16 | -no-pch -qdbus -stl -glib -phonon -webkit \ | 16 | -no-pch -qdbus -stl -glib -phonon -webkit \ |
17 | ${QT_DISTRO_FLAGS} " | 17 | ${QT_DISTRO_FLAGS} " |
18 | 18 | ||
@@ -205,7 +205,9 @@ do_configure() { | |||
205 | -crossarch ${QT_ARCH} \ | 205 | -crossarch ${QT_ARCH} \ |
206 | ${QT_CONFIG_FLAGS} -no-fast \ | 206 | ${QT_CONFIG_FLAGS} -no-fast \ |
207 | -L${STAGING_LIBDIR} -I${STAGING_INCDIR} \ | 207 | -L${STAGING_LIBDIR} -I${STAGING_INCDIR} \ |
208 | -I${STAGING_INCDIR}/freetype2 | 208 | -I${STAGING_INCDIR}/freetype2 \ |
209 | -I${STAGING_INCDIR}/mysql \ | ||
210 | -I${STAGING_INCDIR}/postgresql | ||
209 | } | 211 | } |
210 | 212 | ||
211 | python populate_packages_prepend() { | 213 | python populate_packages_prepend() { |