]> code.ossystems Code Review - meta-freescale.git/commitdiff
qtbase: Drop redundant configuration flag -no-eglfs
authorTom Hochstein <tom.hochstein@nxp.com>
Mon, 5 Nov 2018 20:27:08 +0000 (14:27 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Nov 2018 12:16:34 +0000 (10:16 -0200)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend

index 7d9b775b3220956234dfb28266e60fc59d2bb611..ca5803929e7dc62a391b7ebe374e47d39daa7111 100644 (file)
@@ -23,13 +23,12 @@ PACKAGECONFIG_GL_imxgpu3d = "gles2"
 PACKAGECONFIG_GL_append_use-mainline-bsp = " gbm kms"
 
 QT_CONFIG_FLAGS_APPEND          = ""
-QT_CONFIG_FLAGS_APPEND_imxpxp   = "-no-eglfs"
-QT_CONFIG_FLAGS_APPEND_imxgpu2d = "-no-eglfs -no-opengl -linuxfb"
+QT_CONFIG_FLAGS_APPEND_imxgpu2d = "-no-opengl -linuxfb"
 QT_CONFIG_FLAGS_APPEND_imxgpu3d = " \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'x11',     '-no-eglfs', \
-       bb.utils.contains('DISTRO_FEATURES', 'wayland', '-no-eglfs', \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'x11',     '', \
+       bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
                                                        '-eglfs', d), d)}"
-QT_CONFIG_FLAGS_APPEND_use-mainline-bsp =  "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-no-eglfs', '-eglfs', d)}"
+QT_CONFIG_FLAGS_APPEND_use-mainline-bsp =  "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-eglfs', d)}"
 QT_CONFIG_FLAGS_append = " ${QT_CONFIG_FLAGS_APPEND}"
 
 QT_CONFIG_FLAGS += \