summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-06-28 17:03:44 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-02 15:18:59 -0400
commit875a23a72257f38a3286315e9752fe93e5ab9591 (patch)
tree3327ee0464a627b442e431af93a5c71f83587689 /meson.build
parentb99854746645621b71a68a3510a40a2eca8cce9d (diff)
downloadlibnice-875a23a72257f38a3286315e9752fe93e5ab9591.tar.gz
agent: add nice_agent_get_sockets API
This API makes it possible to get an array of all of the sockets used by a specific component, this is useful to set options on the socket. Also bump GLib requirement to 2.54, which is the version in RHEL 7
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 114d7c6..132a556 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ endif
soversion = 10
libversion = '10.9.0'
-glib_req = '>= 2.48'
+glib_req = '>= 2.54'
gnutls_req = '>= 2.12.0'
gupnp_igd_req = '>= 0.2.4'
gst_req = '>= 1.0.0'