diff options
author | kotontrion <[email protected]> | 2024-06-14 11:58:41 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-06-14 11:58:41 +0200 |
commit | 6974f2021e6b49e7b49adb9cba0c166f59b203b7 (patch) | |
tree | 020f358e18aec5a972aed9494cb3a64c40aabe92 /src/meson.build | |
parent | 3486989e9191af00248efb4a5a973fac64b1d8c1 (diff) |
fix vapi path
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index d5ee6e7..546b9f3 100644 --- a/src/meson.build +++ b/src/meson.build @@ -56,7 +56,7 @@ libtray = library( sources, dependencies: deps, vala_header: meson.project_name() + '.h', - vala_vapi: meson.project_name() + '.vapi', + vala_vapi: meson.project_name() + '-' + api_version + '.vapi', vala_gir: tray_gir, vala_args: ['--pkg', 'DbusmenuGtk3-0.4', '--pkg', 'Dbusmenu-0.4'], version: meson.project_version(), |