[neon/neon-packaging/buho/Neon/release] debian/patches: backport patch to fix build
Carlos De Maine
null at kde.org
Fri Nov 15 04:00:02 GMT 2024
Git commit e48bbaeba60dfb27f21223f943a3fc4b11aec16e by Carlos De Maine.
Committed on 15/11/2024 at 03:59.
Pushed by carlosdem into branch 'Neon/release'.
backport patch to fix build
A +12 -0 debian/patches/fix_build
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/buho/-/commit/e48bbaeba60dfb27f21223f943a3fc4b11aec16e
diff --git a/debian/patches/fix_build b/debian/patches/fix_build
new file mode 100644
index 0000000..e857d72
--- /dev/null
+++ b/debian/patches/fix_build
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 068129d3aa3223ec9243848c7baf3afb448faabe..2d313b40b08aa21b67535525798423968e6e2951 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -57,6 +57,7 @@ else()
+ add_executable(${PROJECT_NAME}
+ ${buho_SRCS}
+ ${buho_HDRS}
++ ${buho_dbus_SRCS}
+ ${buho_ASSETS})
+ endif()
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..60b0a78
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_build
More information about the Neon-commits
mailing list