aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/meson.build
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 /src/meson.build
parentbe96787ed086f751455cf713739296b5c6e3a235 (diff)
downloadHyprland-f75f8efb1be227e586cc0ba2ce6153ce56e04314.tar.gz
Hyprland-f75f8efb1be227e586cc0ba2ce6153ce56e04314.zip
Meson: add tracy dependency
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 7c71a735..2dbe2f44 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -31,6 +31,7 @@ executable(
backtrace_dep,
epoll_dep,
gio_dep,
+ tracy,
# Try to find canihavesomecoffee's udis86 using pkgconfig
# vmt/udis86 does not provide a .pc file and won't be detected this way