diff options
Diffstat (limited to 'dynamic-layers/qt4-layer')
-rw-r--r-- | dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc index 8950c151..03e09e57 100644 --- a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc +++ b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc | |||
@@ -22,7 +22,7 @@ QT_CONFIG_FLAGS:append:imxgpu2d = " -I${STAGING_KERNEL_DIR}/include/uapi \ | |||
22 | -DQT_QPA_EXPERIMENTAL_TOUCHEVENT=1" | 22 | -DQT_QPA_EXPERIMENTAL_TOUCHEVENT=1" |
23 | 23 | ||
24 | # The QT_CONFIG_FLAGS can pollute *.la files with -Dxxx | 24 | # The QT_CONFIG_FLAGS can pollute *.la files with -Dxxx |
25 | do_compile:append:mx6 () { | 25 | do_compile:append:mx6-nxp-bsp () { |
26 | find lib -name "*.la" | xargs -n1 sed -i 's/-D.*=1//g' | 26 | find lib -name "*.la" | xargs -n1 sed -i 's/-D.*=1//g' |
27 | } | 27 | } |
28 | 28 | ||