Commit b8a0ebbe authored by Florent Revest's avatar Florent Revest

qtbase: respect ld-is-gold DISTRO_FEATURES (do it here before...

qtbase: respect ld-is-gold DISTRO_FEATURES (do it here before https://patches.openembedded.org/patch/140727/ gets upstreamed in meta-qt5)
parent c757d45a
......@@ -9,5 +9,5 @@ PACKAGECONFIG_append = "gles2 mtdev sql-sqlite glib fontconfig"
PACKAGECONFIG_append_qemux86 = " eglfs gbm kms"
RDEPENDS_${PN}_append_qemux86 = "vboxguestdrivers libegl-gallium libgbm-gallium"
QT_CONFIG_FLAGS += "-no-qpa-platform-guard"
QT_CONFIG_FLAGS += "-no-qpa-platform-guard ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}"
PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb xrender xinput2 glib xkb xkbcommon-evdev', 'xkbcommon-evdev', d)}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment