aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFlorian "sp1rit"​ <[email protected]>2022-06-12 22:57:03 +0200
committerFlorian "sp1rit"​ <[email protected]>2022-06-16 23:30:28 +0200
commitfd0112425f165aff786bcfec8c610114324c37a1 (patch)
tree2f10644bc09eeb9e378f612f59462c2a40d2e3a2 /meson_options.txt
parent354e2651289861bf7027fd02be41088e45fc1c99 (diff)
downloadHyprland-fd0112425f165aff786bcfec8c610114324c37a1.tar.gz
Hyprland-fd0112425f165aff786bcfec8c610114324c37a1.zip
Added meson buildfiles
this makes for a far better experience in combination with wlroots, since that whole makefile mess is not required. Additionaly, handling of wayland protocol sources is also slightly better, but could be improved with mesons inbuilt wayland module. To build Hyprland using meson: meson _build -Ddefault_library=static ninja -C _build ninja -C _build install
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..d34c6170
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1 @@
+option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')