diff options
-rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.1.18.bb (renamed from meta-oe/recipes-support/farsight/libnice_0.1.16.bb) | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/farsight/libnice_0.1.16.bb b/meta-oe/recipes-support/farsight/libnice_0.1.18.bb index 7bd6478d4c..f3e7b8bac8 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.1.16.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.1.18.bb | |||
@@ -9,18 +9,21 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" | 11 | SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "5ad936c43d3c6d33117b2c64982f2fd9" | 12 | SRC_URI[sha256sum] = "5eabd25ba2b54e817699832826269241abaa1cf78f9b240d1435f936569273f4" |
13 | SRC_URI[sha256sum] = "06b678066f94dde595a4291588ed27acd085ee73775b8c4e8399e28c01eeefdf" | ||
14 | 13 | ||
15 | DEPENDS = "glib-2.0 gnutls" | 14 | DEPENDS = "glib-2.0 gnutls" |
16 | 15 | ||
17 | PACKAGECONFIG ??= "gstreamer1.0" | 16 | PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp" |
18 | PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" | 17 | PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0" |
19 | PACKAGECONFIG[gstreamer1.0] = "--with-gstreamer,--without-gstreamer,gstreamer1.0 gstreamer1.0-plugins-base" | 18 | PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled," |
20 | 19 | ||
21 | inherit autotools pkgconfig gtk-doc gobject-introspection | 20 | EXTRA_OEMESON = "-Dgstreamer=disabled" |
22 | 21 | ||
23 | EXTRA_OECONF += "--without-gstreamer-0.10" | 22 | GTKDOC_MESON_OPTION = "gtk_doc" |
23 | GTKDOC_MESON_ENABLE_FLAG = "enabled" | ||
24 | GTKDOC_MESON_DISABLE_FLAG = "disabled" | ||
25 | |||
26 | inherit meson gtk-doc gobject-introspection | ||
24 | 27 | ||
25 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" | 28 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" |
26 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" | 29 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |