From 3eed1b64af72dcb4bcb8ae28d45856767d4acff1 Mon Sep 17 00:00:00 2001 From: Trung LĂȘ <8@tle.id.au> Date: Sat, 21 Feb 2026 23:40:05 +1100 Subject: Initial commit --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..4c2aeb2 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('x11', type : 'boolean', value : true, description : 'Enable X11 support') +option('wayland', type : 'boolean', value : true, description : 'Enable Wayland support') -- cgit v1.2.3