summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-06-14 11:58:41 +0200
committerkotontrion <[email protected]>2024-06-14 11:58:41 +0200
commit6974f2021e6b49e7b49adb9cba0c166f59b203b7 (patch)
tree020f358e18aec5a972aed9494cb3a64c40aabe92 /src/meson.build
parent3486989e9191af00248efb4a5a973fac64b1d8c1 (diff)
fix vapi path
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
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(),