summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt4/qt4-imx-support.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt4/qt4-imx-support.inc b/recipes-qt/qt4/qt4-imx-support.inc
index 69ad67b..cd76a31 100644
--- a/recipes-qt/qt4/qt4-imx-support.inc
+++ b/recipes-qt/qt4/qt4-imx-support.inc
@@ -26,3 +26,8 @@ QT_CONFIG_FLAGS_append_mx6 = " -I${STAGING_KERNEL_DIR}/include/uapi \
26 -DLINUX=1 -DEGL_API_FB=1 \ 26 -DLINUX=1 -DEGL_API_FB=1 \
27 -DQT_QPA_EXPERIMENTAL_TOUCHEVENT=1" 27 -DQT_QPA_EXPERIMENTAL_TOUCHEVENT=1"
28 28
29# The QT_CONFIG_FLAGS can pollute *.la files with -Dxxx
30do_compile_append_mx6 () {
31 find lib -name "*.la" | xargs -n1 sed -i 's/-D.*=1//g'
32}
33