summaryrefslogtreecommitdiff
path: root/core/src/meson.build
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-09-27 23:39:11 +0200
committerkotontrion <[email protected]>2024-09-27 23:39:11 +0200
commit27d8bbf871efeefe628819d78547dc2ec64abf94 (patch)
treeeaa2946a5311674a41493e5f8c6ca82b489f961e /core/src/meson.build
parent6916d59373948c8bc23cbb198795fe4608a73ba3 (diff)
core: move vapi dir to src
Diffstat (limited to 'core/src/meson.build')
-rw-r--r--core/src/meson.build3
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',