aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-05 02:55:29 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-05 02:55:29 +0200
commit8b74b083e9b65237a61e95db22a9ccfd84cbd576 (patch)
tree3ea29b88e2c8e738a58e65aa6d00894222b615ad /meson.build
parentfbb81ffc3104141ad33063be18b92275a54713d9 (diff)
Ugly hack to fix systray icon when not using flatpak
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cdfc095..d9eaa16 100644
--- a/meson.build
+++ b/meson.build
@@ -12,6 +12,7 @@ src = [
'src/library_loader.c',
'src/main.cpp',
]
+
dep = [
dependency('gtk+-3.0'),
dependency('x11'),