summaryrefslogtreecommitdiff
path: root/config.h.meson
blob: 70681d774c8a7fe6ed92725013b3b1de98ef3e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* 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 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