Skip to content
Snippets Groups Projects
Commit e9172076 authored by Adrien Plazas's avatar Adrien Plazas Committed by Guido Gunther
Browse files

meson: Bump Meson to 0.47.0

This is required to use the feature option type in the next commit.
parent 4cc59e28
No related branches found
No related tags found
1 merge request!195meson: Allow to build as a static library
project('libhandy', 'c',
version: '0.0.6',
license: 'LGPL-2.1+',
meson_version: '>= 0.40.1',
meson_version: '>= 0.47.0',
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
)
......
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