Bjørn Lie
fd2b6a0df6
OBS-URL: https://build.opensuse.org/request/show/1079272 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=78
14 lines
668 B
Diff
14 lines
668 B
Diff
Index: libnice-0.1.21/meson.build
|
|
===================================================================
|
|
--- libnice-0.1.21.orig/meson.build
|
|
+++ libnice-0.1.21/meson.build
|
|
@@ -278,7 +278,7 @@ gst_dep = dependency('gstreamer-base-1.0
|
|
cdata.set('HAVE_GSTREAMER', gst_dep.found(), description: 'Build GStreamer plugin')
|
|
|
|
# GUPnP IGD
|
|
-gupnp_igd_dep = dependency('gupnp-igd-1.0', version: gupnp_igd_req, required: get_option('gupnp'))
|
|
+gupnp_igd_dep = dependency('gupnp-igd-1.6', version: gupnp_igd_req, required: get_option('gupnp'))
|
|
cdata.set('HAVE_GUPNP', gupnp_igd_dep.found(), description: 'Use the GUPnP IGD library')
|
|
|
|
libm = cc.find_library('m', required: false)
|