Christophe Marin 2023-10-06 22:00:02 +00:00 committed by Git OBS Bridge
parent 7e628fd371
commit f12cf6ba8f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 6 21:59:54 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Enable the experimental native painting feature to improve
remote desktop performances (boo#1214915)
exporting QT_XCB_NATIVE_PAINTING is required to use the feature.
-------------------------------------------------------------------
Fri Oct 6 06:35:37 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -898,6 +898,7 @@ sed -i -e 's|^\(QMAKE_STRIP.*=\).*$|\1|g' mkspecs/common/linux.conf
-plugin-sql-psql -I/usr/include/pgsql/ -I/usr/include/pgsql/server \
-plugin-sql-odbc \
-plugin-sql-mysql -I/usr/include/mysql/ \
-xcb-native-painting \
-no-feature-relocatable \
QMAKE_CFLAGS+="$CFLAGS" \
QMAKE_CXXFLAGS+="$CXXFLAGS"