diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt4.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 75abe6e029..2956aed604 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc | |||
@@ -1,6 +1,7 @@ | |||
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 tiff" | 3 | DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base sqlite3 tiff" |
4 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" | ||
4 | 5 | ||
5 | require qt4_arch.inc | 6 | require qt4_arch.inc |
6 | QT_ARCH := "${@qt_arch(d)}" | 7 | QT_ARCH := "${@qt_arch(d)}" |
@@ -18,6 +19,7 @@ QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ | |||
18 | -system-libjpeg -system-libpng -system-libtiff -system-zlib \ | 19 | -system-libjpeg -system-libpng -system-libtiff -system-zlib \ |
19 | -no-pch -qdbus -stl -glib -phonon -webkit \ | 20 | -no-pch -qdbus -stl -glib -phonon -webkit \ |
20 | -xmlpatterns -no-rpath -qt3support -silent \ | 21 | -xmlpatterns -no-rpath -qt3support -silent \ |
22 | ${@base_contains('DISTRO_FEATURES', 'pulseaudio', '--enable-pulseaudio', '--disable-pulseaudio', d)} \ | ||
21 | ${QT_SQL_DRIVER_FLAGS} \ | 23 | ${QT_SQL_DRIVER_FLAGS} \ |
22 | ${QT_DISTRO_FLAGS} \ | 24 | ${QT_DISTRO_FLAGS} \ |
23 | ${QT_GLFLAGS}" | 25 | ${QT_GLFLAGS}" |