Skip to content
Snippets Groups Projects
Commit 68a485f8 authored by Christoph Haag's avatar Christoph Haag
Browse files

build: lower meson requirement and fix warning

parent 259ce036
No related branches found
No related tags found
No related merge requests found
project('libinputsynth', 'c', version: '0.11.0',
meson_version: '>= 0.50.0',
meson_version: '>= 0.45.1',
)
......
......@@ -17,7 +17,6 @@ configure_file(
input: 'inputsynth-version.h.in',
output: 'inputsynth-version.h',
configuration: version_conf,
install: true,
install_dir: join_paths(get_option('includedir'), api_path)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment