[neon/kde/kwin/Neon/unstable_focal] debian: c++20 now in use by kwin

Jonathan Esk-Riddell null at kde.org
Wed Aug 24 14:46:28 BST 2022


Git commit 398608da45de1b612cccabdc066e0f4bd46370ca by Jonathan Esk-Riddell.
Committed on 24/08/2022 at 13:46.
Pushed by jriddell into branch 'Neon/unstable_focal'.

c++20 now in use by kwin

M  +3    -0    debian/rules

https://invent.kde.org/neon/kde/kwin/commit/398608da45de1b612cccabdc066e0f4bd46370ca

diff --git a/debian/rules b/debian/rules
index 2e14f29..ca7cf52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
+export CC=gcc-10
+export CXX=g++-10
+
 l10npkgs_firstversion_ok := 4:4.14.0-2
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 



More information about the Neon-commits mailing list