summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-05-22 15:55:35 +0200
committerJonas Ådahl <jadahl@gmail.com>2018-11-06 18:51:44 +0100
commitef85d1a643dd153bb5681fc00f48ec550cd40aaa (patch)
treef9174abfcfd876099a05a8f24e97f0e599ba9f28 /config.h.meson
parent417c00b8fa33a5fce9d56cfda17f833ff0c49c43 (diff)
downloadmutter-ef85d1a643dd153bb5681fc00f48ec550cd40aaa.tar.gz
Add meson build support
This commit adds meson build support to mutter. It takes a step away from the three separate code bases with three different autotools setups into a single meson build system. There are still places that can be unified better, for example by removing various "config.h" style files from cogl and clutter, centralizing debug C flags and other configurable macros, and similar artifacts that are there only because they were once separate code bases. There are some differences between the autotools setup and the new meson. Here are a few: The meson setup doesn't generate wrapper scripts for various cogl and clutter test cases. What these tests did was more or less generate a tiny script that called an executable with a test name as the argument. To run particular tests, just run the test executable with the name of the test as the argument. The meson setup doesn't install test files anymore. The autotools test suite was designed towards working with installed tests, but it didn't really still, and now with meson, it doesn't install anything at all, but instead makes sure that everything runs with the uninstalled input files, binaries and libraries when running the test suite. Installable tests may come later. Tests from cogl, clutter and mutter are run on 'meson test'. In autotools, only cogl and clutter tests were run on 'make check'.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson65
1 files changed, 65 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson
new file mode 100644
index 000000000..af935cdeb
--- /dev/null
+++ b/config.h.meson
@@ -0,0 +1,65 @@
+/* The prefix for our gettext translation domains. */
+#mesondefine GETTEXT_PACKAGE
+
+/* Version number of package */
+#mesondefine VERSION
+
+/* Version number of package */
+#mesondefine PACKAGE_VERSION
+
+/* Search path for plugins */
+#mesondefine MUTTER_PLUGIN_DIR
+
+/* */
+#mesondefine MUTTER_LOCALEDIR
+
+/* */
+#mesondefine MUTTER_LIBEXECDIR
+
+/* */
+#mesondefine MUTTER_PKGDATADIR
+
+/* Defined if EGL support is enabled */
+#mesondefine HAVE_EGL
+
+/* Defined if EGLDevice support is enabled */
+#mesondefine HAVE_EGL_DEVICE
+
+/* Defined if EGLStream support is enabled */
+#mesondefine HAVE_WAYLAND_EGLSTREAM
+
+/* Building with libcanberra for playing sounds */
+#mesondefine HAVE_LIBCANBERRA
+
+/* Building with gudev for device type detection */
+#mesondefine HAVE_LIBGUDEV
+
+/* Building with libwacom for advanced tablet management */
+#mesondefine HAVE_LIBWACOM
+
+/* Define if you want to enable the native (KMS) backend based on systemd */
+#mesondefine HAVE_NATIVE_BACKEND
+
+/* Define if you want to enable Wayland support */
+#mesondefine HAVE_WAYLAND
+
+/* Defined if screen cast and remote desktop support is enabled */
+#mesondefine HAVE_REMOTE_DESKTOP
+
+/* Building with SM support */
+#mesondefine HAVE_SM
+
+/* Building with startup notification support */
+#mesondefine HAVE_STARTUP_NOTIFICATION
+
+/* Path to Xwayland executable */
+#mesondefine XWAYLAND_PATH
+
+/* Xwayland applications allowed to issue keyboard grabs */
+#mesondefine XWAYLAND_GRAB_DEFAULT_ACCESS_RULES
+
+/* XKB base prefix */
+#mesondefine XKB_BASE
+
+/* Default rules for allowing Xwayland grabs */
+#mesondefine XWAYLAND_GRAB_DEFAULT_ACCESS_RULES