[neon/qt/qtvirtualkeyboard/Neon/release] debian: try without arrow-key-navigation https://bugreports.qt.io/browse/QTBUG-106459?focusedCommentId=678923&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-678923

Jonathan Esk-Riddell null at kde.org
Thu Sep 15 18:25:20 BST 2022


Git commit 9afef97ae1ed0df3e673e971efd99e564c72caf0 by Jonathan Esk-Riddell.
Committed on 15/09/2022 at 17:25.
Pushed by jriddell into branch 'Neon/release'.

try without arrow-key-navigation https://bugreports.qt.io/browse/QTBUG-106459?focusedCommentId=678923&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-678923

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qtvirtualkeyboard/commit/9afef97ae1ed0df3e673e971efd99e564c72caf0

diff --git a/debian/rules b/debian/rules
index e30be14..f12a610 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export QT_SELECT := qt5
 	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	dh_auto_configure -- QT_BUILD_PARTS+=tests CONFIG+="lang-all handwriting arrow-key-navigation"
+	dh_auto_configure -- QT_BUILD_PARTS+=tests CONFIG+="lang-all handwriting"
 
 override_dh_auto_build-indep: build-arch
 	dh_auto_build -- docs


More information about the Neon-commits mailing list