diff options
author | kotontrion <[email protected]> | 2024-11-16 12:40:07 +0100 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-11-16 12:40:07 +0100 |
commit | 1351db8d5b80c7521e808f81c91977a5dd2d9d34 (patch) | |
tree | a1469ed4aaca0f1f42e6d9a9251f5ccc9ff8bf78 /lib/tray | |
parent | e674e8f6e49e74edde795e012adbfe0fcfd8d729 (diff) | |
parent | 433984c5830aac3fcde66ffff93d0dc7e5e69366 (diff) |
Merge branch 'main' into feat/tray-gtk4
Diffstat (limited to 'lib/tray')
-rw-r--r-- | lib/tray/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tray/meson.build b/lib/tray/meson.build index cb7ab30..139cfb1 100644 --- a/lib/tray/meson.build +++ b/lib/tray/meson.build @@ -54,7 +54,7 @@ if get_option('lib') vala_args: ['--vapi-comments'], version: meson.project_version(), install: true, - install_dir: [true, true, true], + install_dir: [true, true, true] ) pkgs = [] |