Disable egl-extension-platform-wayland again

Looks like it causes problems along with -Wl,-z,now
This commit is contained in:
Ilya Fedin 2022-04-14 13:36:22 +04:00 committed by John Preston
parent f2256dfa4f
commit 072974216b
2 changed files with 2 additions and 0 deletions

View File

@ -600,6 +600,7 @@ RUN ./configure -prefix "$QT_PREFIX" \
-qt-pcre \
-no-icu \
-no-feature-xcb-sm \
-no-feature-egl-extension-platform-wayland \
-no-feature-highdpiscaling \
-static \
-dbus-runtime \

View File

@ -359,6 +359,7 @@ parts:
-no-feature-getentropy \
-no-feature-renameat2 \
-no-feature-statx \
-no-feature-egl-extension-platform-wayland \
-no-feature-highdpiscaling \
-openssl-linked \
-nomake examples \