summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--meson.patch7
2 files changed, 9 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033343ebfb86..859e0cf7d1ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -41,8 +41,9 @@ pkgbase = gnome-settings-daemon-338
backup = etc/xdg/Xwayland-session.d/00-xrdb
source = git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=e9c5057315d5e3fbb90482bb054e250773aad9ab
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
+ source = meson.patch
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = 2de4a9e1673f85f70417927902eb4a01ddb403eac26515b4881e35978c2f980d
pkgname = gnome-settings-daemon-338
-
diff --git a/meson.patch b/meson.patch
new file mode 100644
index 000000000000..8133f1d8936c
--- /dev/null
+++ b/meson.patch
@@ -0,0 +1,7 @@
+84,85c84,86
+< # https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/commit/28e28e9e5983
+< if get_option('b_ndebug') == 'true'
+---
+> # Workaround for meson's bug
+> # https://github.com/mesonbuild/meson/pull/1896
+> if get_option('b_ndebug') == true