diff options
Diffstat (limited to 'dynamic-layers/qt5-layer')
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index a693fb2a..178d80d5 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -20,7 +20,7 @@ do_configure_prepend_mx6() { | |||
20 | # adapt qmake.conf to our needs | 20 | # adapt qmake.conf to our needs |
21 | sed -i 's!load(qt_config)!!' ${S}/mkspecs/linux-oe-g++/qmake.conf | 21 | sed -i 's!load(qt_config)!!' ${S}/mkspecs/linux-oe-g++/qmake.conf |
22 | if test ${HAS_X11} -eq 0; then | 22 | if test ${HAS_X11} -eq 0; then |
23 | if [ "${IMXGPU}" = "3d"; then | 23 | if [ "${IMXGPU}" = "3d" ]; then |
24 | 24 | ||
25 | cat >> ${S}/mkspecs/linux-oe-g++/qmake.conf <<EOF | 25 | cat >> ${S}/mkspecs/linux-oe-g++/qmake.conf <<EOF |
26 | IMX6_CFLAGS = -DLINUX=1 -DEGL_API_FB=1 | 26 | IMX6_CFLAGS = -DLINUX=1 -DEGL_API_FB=1 |