summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-10-27 15:56:30 +0800
committerzhuyaliang <[email protected]>2023-10-27 15:56:30 +0800
commitdd55b0a24361c3a2f8eb112fab16a55a9b2c8d8f (patch)
treeb331f95a50a4a381b89023b742ff547a3b05594b /meson_options.txt
parent05f3a440f3cbd7c4fd04962f964292a764f5b6ac (diff)
downloadmate-notification-daemon-dd55b0a24361c3a2f8eb112fab16a55a9b2c8d8f.tar.bz2
mate-notification-daemon-dd55b0a24361c3a2f8eb112fab16a55a9b2c8d8f.tar.xz
add meson build supportmeson
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..c16ec58
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,3 @@
+option('wayland', type : 'string', value : 'auto', description : 'wayland enabled')
+option('x11', type : 'string', value : 'auto', description : 'X11 enabled')
+option('in-process', type : 'boolean', value : false, description : 'in-process enabled')