summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2019-09-27 10:15:48 +0200
committerCarlos Garnacho <mrgarnacho@gmail.com>2019-09-27 14:27:09 +0000
commitdbe9daeb763bffdf2ba4a5fa7c2a3ac8587c0d37 (patch)
tree44911f5dbffa597194e8f4b05ff77ec1c2de119e /config.h.meson
parent8fd55fef853f1ca43d7b8766040b827a749187f0 (diff)
downloadmutter-dbe9daeb763bffdf2ba4a5fa7c2a3ac8587c0d37.tar.gz
main: Make process PR_SET_DUMPABLE
Otherwise we won't get core dumps if the launching binary has capabilities set. https://gitlab.gnome.org/GNOME/mutter/merge_requests/811
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson
index 77045319c..0bab71848 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -61,6 +61,9 @@
/* XKB base prefix */
#mesondefine XKB_BASE
+/* Whether <sys/prctl.h> exists and it defines prctl() */
+#mesondefine HAVE_SYS_PRCTL
+
/* Either <sys/random.h> or <linux/random.h> */
#mesondefine HAVE_SYS_RANDOM
#mesondefine HAVE_LINUX_RANDOM