aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-22 20:53:34 +0300
committerMihai Fufezan <[email protected]>2024-09-27 00:07:52 +0300
commitf75f8efb1be227e586cc0ba2ce6153ce56e04314 (patch)
tree8ab775a82e74ed8e1c125d66d99e20379f72e400 /meson_options.txt
parentbe96787ed086f751455cf713739296b5c6e3a235 (diff)
downloadHyprland-f75f8efb1be227e586cc0ba2ce6153ce56e04314.tar.gz
Hyprland-f75f8efb1be227e586cc0ba2ce6153ce56e04314.zip
Meson: add tracy dependency
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
index 16a34a54..d8c9d5e6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
option('systemd', type: 'feature', value: 'auto', description: 'Enable systemd integration')
option('legacy_renderer', type: 'feature', value: 'disabled', description: 'Enable legacy renderer')
+option('tracy_enable', type: 'boolean', value: false , description: 'Enable profiling')