[Slirp] [Git][slirp/libslirp][master] meson: bump required version to 0.49

Marc-André Lureau gitlab at gitlab.freedesktop.org
Wed Mar 18 10:48:02 UTC 2020



Marc-André Lureau pushed to branch master at slirp / libslirp


Commits:
8985b73b by Marc-André Lureau at 2020-03-18T11:47:05+01:00
meson: bump required version to 0.49

We didn't specify any version so far, but the git generated version
requires 0.49:

WARNING: Project specifies a minimum meson_version '>= 0.48' but uses features which were added in newer versions:
 * 0.49.0: {'Calling "add_dist_script" with multiple arguments'}

Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>

- - - - -


1 changed file:

- meson.build


Changes:

=====================================
meson.build
=====================================
@@ -1,7 +1,8 @@
 project('libslirp', 'c',
   version : run_command('build-aux/git-version-gen', '@0@/.tarball-version'.format(meson.source_root()), check : true).stdout().strip(),
   license : 'BSD-3-Clause',
-  default_options : ['warning_level=1', 'c_std=gnu99']
+  default_options : ['warning_level=1', 'c_std=gnu99'],
+  meson_version : '>= 0.49',
 )
 
 meson.add_dist_script('build-aux/meson-dist', meson.project_version(), meson.source_root())



View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/8985b73b748ec13bdb16b8c9ba83ac75bd4c0e4b

-- 
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/8985b73b748ec13bdb16b8c9ba83ac75bd4c0e4b
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/slirp/attachments/20200318/b76f6231/attachment.htm>


More information about the Slirp mailing list