[neon/qt/qtlocation/Neon/release] debian: Build with -config opengl, to adapt for changes in 5.15.3.

Dmitry Shachnev null at kde.org
Thu Jul 14 14:17:35 BST 2022


Git commit 1dace6de70073f916f1f1548128f7a7f3c8850c6 by Dmitry Shachnev.
Committed on 07/03/2022 at 12:24.
Pushed by jriddell into branch 'Neon/release'.

Build with -config opengl, to adapt for changes in 5.15.3.

M  +2    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qtlocation/commit/1dace6de70073f916f1f1548128f7a7f3c8850c6

diff --git a/debian/changelog b/debian/changelog
index ef9a4b9..13bff81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtlocation-opensource-src (5.15.3+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Build with -config opengl, to adapt for changes in 5.15.3.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 07 Mar 2022 15:22:11 +0300
 
diff --git a/debian/rules b/debian/rules
index f97ea7d..dfbf277 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export QT_SELECT := qt5
 	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	dh_auto_configure -- QT_BUILD_PARTS+=tests
+	dh_auto_configure -- -config opengl QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs



More information about the Neon-commits mailing list