summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtwebkit.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit.inc b/recipes-qt/qt5/qtwebkit.inc
index 8054e931..cb652aa1 100644
--- a/recipes-qt/qt5/qtwebkit.inc
+++ b/recipes-qt/qt5/qtwebkit.inc
@@ -13,6 +13,7 @@ PACKAGECONFIG[gstreamer010] = "OE_GSTREAMER010_ENABLED,,gstreamer gst-plugins-ba
13PACKAGECONFIG[qtlocation] = "OE_QTLOCATION_ENABLED,,qtlocation" 13PACKAGECONFIG[qtlocation] = "OE_QTLOCATION_ENABLED,,qtlocation"
14PACKAGECONFIG[qtmultimedia] = "OE_QTMULTIMEDIA_ENABLED,,qtmultimedia" 14PACKAGECONFIG[qtmultimedia] = "OE_QTMULTIMEDIA_ENABLED,,qtmultimedia"
15PACKAGECONFIG[qtsensors] = "OE_QTSENSORS_ENABLED,,qtsensors" 15PACKAGECONFIG[qtsensors] = "OE_QTSENSORS_ENABLED,,qtsensors"
16PACKAGECONFIG[libwebp] = "OE_LIBWEBP_ENABLED,,libwebp"
16 17
17do_configure_prepend() { 18do_configure_prepend() {
18 export QMAKE_CACHE_EVAL="CONFIG+=${EXTRA_OECONF}" 19 export QMAKE_CACHE_EVAL="CONFIG+=${EXTRA_OECONF}"
@@ -26,6 +27,8 @@ do_configure_prepend() {
26 sed -e 's/(video):\(qtHaveModule(multimediawidgets)\)/(video):OE_QTMULTIMEDIA_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf 27 sed -e 's/(video):\(qtHaveModule(multimediawidgets)\)/(video):OE_QTMULTIMEDIA_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
27 # disable qtsensors test if it isn't enabled by PACKAGECONFIG 28 # disable qtsensors test if it isn't enabled by PACKAGECONFIG
28 sed -e 's/\s\(qtHaveModule(sensors)\)/ OE_QTSENSORS_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf 29 sed -e 's/\s\(qtHaveModule(sensors)\)/ OE_QTSENSORS_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
30 # disable libwebp test if it isn't enabled by PACKAGECONFIG
31 sed -e 's/\s\(config_libwebp: \)/ OE_LIBWEBP_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
29} 32}
30 33
31# qtwebkit gets terribly big when linking with all debug info, disable by default 34# qtwebkit gets terribly big when linking with all debug info, disable by default