projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca0b71
)
meson: Bump minimal GLib version to 2.44
author
Niels De Graef
<niels.degraef@barco.com>
Fri, 31 May 2019 21:18:08 +0000
(23:18 +0200)
committer
Niels De Graef
<niels.degraef@barco.com>
Fri, 31 May 2019 21:18:08 +0000
(23:18 +0200)
This means we can use some newer features and get rid of some
boilerplate code using the G_DECLARE_* macros.
As discussed on IRC, 2.44 is old enough by now to start depending on it.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 50eca6410f60af67395777b4b23c16b835454537..e7a2857ab530f94d7d61e46f99364970b27cd7a7 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-26,7
+26,7
@@
osxversion = curversion + 1
prefix = get_option('prefix')
-glib_req = '>= 2.4
0
.0'
+glib_req = '>= 2.4
4
.0'
gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)
cc = meson.get_compiler('c')