From aa75e9fc091f6bbbbe808aaeb43658efd24e8901 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 11 Jun 2024 12:11:01 +0200 Subject: [PATCH] Make offscreen plugin the default one for ubuntu-24.04-arm64 This follows 37ce15a3b09bdc542a3ba5404d52da659137dc52 . It's needed when we test offscreen on Wayland(with XWayland). Task-number: QTBUG-125446 Change-Id: I20d9afec8800b51aa7cbc82bc336bed76bba4a49 Reviewed-by: Alexey Edelev Reviewed-by: Alexandru Croitor Reviewed-by: Liang Qi (cherry picked from commit 9fb04e1e716d04b04900ff68c47c5a5dbdf5253c) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/cmake_platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 9d254d3e..28376136 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -44,7 +44,7 @@ Configurations: Template: 'qtci-linux-Ubuntu-24.04-aarch64-50' Compiler: 'GCC' Features: ['UseConfigure', 'DoNotRunTests'] - Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput' + Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput -qpa offscreen\;xcb' Environment variables: [ 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DINPUT_headersclean=ON'