[neon/neon-packaging/union/Neon/unstable] debian: -DWITH_PLASMASVG_INPUT=OFF til rapidayaml is sorted
Carlos De Maine
null at kde.org
Sat Feb 1 22:51:53 GMT 2025
Git commit a891b7c8ba55833be925aaf4ca064bb1480682d1 by Carlos De Maine.
Committed on 01/02/2025 at 22:51.
Pushed by carlosdem into branch 'Neon/unstable'.
-DWITH_PLASMASVG_INPUT=OFF til rapidayaml is sorted
M +1 -1 debian/control
M +2 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/union/-/commit/a891b7c8ba55833be925aaf4ca064bb1480682d1
diff --git a/debian/control b/debian/control
index 2228966..85b31ae 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: cmake,
qt6-base-dev,
qt6-declarative-dev,
qt6-svg-dev,
- rapidyaml,
+# rapidyaml,
Standards-Version: 4.6.2
Homepage: https://invent.kde.org/plasma/union
Vcs-Browser: https://invent.kde.org/neon/neon-packaging/union
diff --git a/debian/rules b/debian/rules
index cc20371..3aee128 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_EXAMPLES=ON \
- -DBUILD_TESTING=OFF
+ -DBUILD_TESTING=OFF \
+ -DWITH_PLASMASVG_INPUT=OFF
override_dh_auto_test:
#do not run tests
More information about the Neon-commits
mailing list