summarylogtreecommitdiffstats
path: root/meson.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meson.patch')
-rw-r--r--meson.patch7
1 files changed, 7 insertions, 0 deletions
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