diff options
author | Salamandar <felix@piedallu.me> | 2018-04-27 17:46:02 +0200 |
---|---|---|
committer | Salamandar <felix@piedallu.me> | 2018-06-01 14:23:24 +0200 |
commit | 2fb601876355587afd39691b361a4de6d30f9344 (patch) | |
tree | 353759d3703fd74dd7c751688a704c2a09ab8a63 /mesonbuild/modules/gnome.py | |
parent | 364b8a37b9da0a0b318f4c60be67f37dfa51a295 (diff) | |
download | meson-2fb601876355587afd39691b361a4de6d30f9344.zip meson-2fb601876355587afd39691b361a4de6d30f9344.tar.gz meson-2fb601876355587afd39691b361a4de6d30f9344.tar.bz2 |
Add 0.46.0 features
Diffstat (limited to 'mesonbuild/modules/gnome.py')
-rw-r--r-- | mesonbuild/modules/gnome.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py index 6bd0977..0c5da17 100644 --- a/mesonbuild/modules/gnome.py +++ b/mesonbuild/modules/gnome.py @@ -879,6 +879,7 @@ This will become a hard error in the future.''') return [] + @FeatureNewKwargs('build target', '0.46.0', ['install_header', 'install_dir', 'sources']) @FeatureNewKwargs('build target', '0.40.0', ['build_by_default']) @permittedKwargs({'interface_prefix', 'namespace', 'object_manager', 'build_by_default', 'annotations', 'docbook', 'install_header', 'install_dir', 'sources'}) |