[neon/extras/krita/Neon/release] debian: format

Carlos De Maine null at kde.org
Fri Jul 5 08:38:57 BST 2024


Git commit 1e9c4bebc0e93371992367203ededc2d248837e4 by Carlos De Maine.
Committed on 05/07/2024 at 07:03.
Pushed by carlosdem into branch 'Neon/release'.

format

M  +1    -9    debian/rules

https://invent.kde.org/neon/extras/krita/-/commit/1e9c4bebc0e93371992367203ededc2d248837e4

diff --git a/debian/rules b/debian/rules
index c3caf57..de4c5d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,15 +9,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 	dh $@ --with kf5
 
 override_dh_auto_configure:
-# NB: building with USE_QT_XCB for Qt 5.12. Qt 5.12's XCB changed substantially and
-#   the embedded XCB extension is no longer working. As discussed with @boud
-#   it's best to simply switch to Qt's default handling for now as it is
-#   unclear if the embedded stuff is even still necessary (caused lockup
-#   when used in tablet mode). In the future it should be reviewed if
-#   this is still applicable.
-	dh_auto_configure -- /
-		-DPACKAGERS_BUILD=ON /
-		-DUSE_QT_XCB=ON
+	dh_auto_configure -- -DPACKAGERS_BUILD=ON -DUSE_QT_XCB=ON
 
 override_dh_auto_install:
 	dh_auto_install



More information about the Neon-commits mailing list