[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: Set minimum required meson version to 0.44.0

Arun Raghavan gitlab at gitlab.freedesktop.org
Thu Oct 11 10:00:19 UTC 2018


Arun Raghavan pushed to branch master at PulseAudio / pulseaudio


Commits:
cae15753 by Arun Raghavan at 2018-10-11T10:00:01Z
build-sys: Set minimum required meson version to 0.44.0

We now use get_unquoted() during manual page generation which requires
0.44.0 or greater.

- - - - -


1 changed file:

- meson.build


Changes:

=====================================
meson.build
=====================================
@@ -1,6 +1,6 @@
 project('pulseaudio', 'c', 'cpp',
         version : '10.99.1',
-        meson_version : '>= 0.42.0',
+        meson_version : '>= 0.44.0',
         default_options : [ 'c_std=gnu11', 'cpp_std=c++11' ]
         )
 



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/cae15753d4d4f7df0ae473aed884b4a6ec400cf5

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/cae15753d4d4f7df0ae473aed884b4a6ec400cf5
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/pulseaudio-commits/attachments/20181011/f94173f1/attachment.html>


More information about the pulseaudio-commits mailing list