Meson: add tracy dependency

This commit is contained in:
Mihai Fufezan 2024-09-22 20:53:34 +03:00
parent be96787ed0
commit f75f8efb1b
5 changed files with 14 additions and 2 deletions

View file

@ -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')