From 6974f2021e6b49e7b49adb9cba0c166f59b203b7 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Fri, 14 Jun 2024 11:58:41 +0200 Subject: fix vapi path --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/meson.build') 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(), -- cgit v1.2.3