summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorBilal Elmoussaoui <belmouss@redhat.com>2022-05-06 15:51:40 +0200
committerBilal Elmoussaoui <belmouss@redhat.com>2022-05-25 16:42:04 +0200
commite83491d9b96c92f2edc6aa55fb30ae9d2f1e993b (patch)
treeee914f0cb132b7c68bdd9657d4afe0069e54ce7a /config.h.meson
parent98f0b20e03206c8404138e31b494edde0ec250d3 (diff)
downloadmutter-e83491d9b96c92f2edc6aa55fb30ae9d2f1e993b.tar.gz
build: Add X11/XWayland config options
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2354>
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson
index 9119ad864..a977540d4 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -43,6 +43,15 @@
/* Define if you want to enable Wayland support */
#mesondefine HAVE_WAYLAND
+/* Define if you want to enable XWayland support */
+#mesondefine HAVE_XWAYLAND
+
+/* Define if you want to enable X11 backend support */
+#mesondefine HAVE_X11
+
+/* Define if either XWayland or X11 backend are enabled */
+#mesondefine HAVE_X11_CLIENT
+
/* Defined if screen cast and remote desktop support is enabled */
#mesondefine HAVE_REMOTE_DESKTOP