summarylogtreecommitdiffstats
path: root/meson.patch
diff options
context:
space:
mode:
authorAlexey Manukhin2021-12-05 21:21:50 -0500
committerAlexey Manukhin2021-12-05 21:21:50 -0500
commit9676a23a57abc7f50dbb57c5880a1299391cb388 (patch)
treea0899b097c48e5150d9b55c60421790e15ec702b /meson.patch
parentc5ebaaf006bc19734c25dd6232059470a77903a9 (diff)
downloadaur-9676a23a57abc7f50dbb57c5880a1299391cb388.tar.gz
patch for mason 0.60.1+
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