diff options
Diffstat (limited to 'core/src/meson.build')
-rw-r--r-- | core/src/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/meson.build b/core/src/meson.build index 11839f1..b5adda2 100644 --- a/core/src/meson.build +++ b/core/src/meson.build @@ -3,6 +3,9 @@ api_version = version_split[0] + '.' + version_split[1] gir = 'Astal-' + api_version + '.gir' typelib = 'Astal-' + api_version + '.typelib' +vapi_dir = meson.current_source_dir() / 'vapi' +add_project_arguments(['--vapidir', vapi_dir], language: 'vala') + config = configure_file( input: 'config.vala.in', output: 'config.vala', |