[neon/extras/calligra/Neon/stable] debian: poppler wants cxx17
Carlos De Maine
null at kde.org
Thu Mar 30 11:14:28 BST 2023
Git commit 0e0978212b004dd1ee2fd1556ab90dc35560a232 by Carlos De Maine.
Committed on 30/03/2023 at 10:14.
Pushed by carlosdem into branch 'Neon/stable'.
poppler wants cxx17
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/calligra/commit/0e0978212b004dd1ee2fd1556ab90dc35560a232
diff --git a/debian/rules b/debian/rules
index b073a8e..ee83314 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
dh $@ --parallel --with kf5
override_dh_auto_configure:
- dh_auto_configure -Skf5
+ dh_auto_configure -Skf5 -- -DCMAKE_CXX_STANDARD=17
override_dh_auto_install:
dh_auto_install
More information about the Neon-commits
mailing list