diff options
author | kotontrion <[email protected]> | 2024-09-27 23:39:11 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-27 23:39:11 +0200 |
commit | 27d8bbf871efeefe628819d78547dc2ec64abf94 (patch) | |
tree | eaa2946a5311674a41493e5f8c6ca82b489f961e /core/meson.build | |
parent | 6916d59373948c8bc23cbb198795fe4608a73ba3 (diff) |
core: move vapi dir to src
Diffstat (limited to 'core/meson.build')
-rw-r--r-- | core/meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/meson.build b/core/meson.build index f25b5a0..a2606db 100644 --- a/core/meson.build +++ b/core/meson.build @@ -15,9 +15,6 @@ prefix = get_option('prefix') libdir = get_option('prefix') / get_option('libdir') pkgdatadir = prefix / get_option('datadir') / 'astal' -vapi_dir = meson.current_source_dir() / 'vapi' -add_project_arguments(['--vapidir', vapi_dir], language: 'vala') - assert( get_option('lib') or get_option('cli'), 'Either lib or cli option must be set to true.', |