[neon/kde/powerdevil/Neon/release] debian/patches: make it compile
Carlos De Maine
null at kde.org
Fri Aug 23 16:15:50 BST 2024
Git commit dcfc53c4aea43f4af30277684e75ffe946e69020 by Carlos De Maine.
Committed on 23/08/2024 at 15:15.
Pushed by carlosdem into branch 'Neon/release'.
make it compile
A +12 -0 debian/patches/fix_compile
A +1 -0 debian/patches/series
https://invent.kde.org/neon/kde/powerdevil/-/commit/dcfc53c4aea43f4af30277684e75ffe946e69020
diff --git a/debian/patches/fix_compile b/debian/patches/fix_compile
new file mode 100644
index 0000000..edb3d9a
--- /dev/null
+++ b/debian/patches/fix_compile
@@ -0,0 +1,12 @@
+diff --git a/daemon/controllers/ddcutildisplay.cpp b/daemon/controllers/ddcutildisplay.cpp
+index 18b075a8700bbc3940e18e112d40581597536d73..81b0c7dc9eb719422f404c2534bb97abba791daf 100644
+--- a/daemon/controllers/ddcutildisplay.cpp
++++ b/daemon/controllers/ddcutildisplay.cpp
+@@ -9,6 +9,7 @@
+
+ #include <powerdevil_debug.h>
+
++#include <span>
+ #include <chrono>
+
+ using namespace std::chrono_literals;
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1f20611
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_compile
\ No newline at end of file
More information about the Neon-commits
mailing list