summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/farsight/libnice_0.1.14.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/farsight/libnice_0.1.14.bb b/meta-oe/recipes-support/farsight/libnice_0.1.14.bb
index 775257f93c..967beeba42 100644
--- a/meta-oe/recipes-support/farsight/libnice_0.1.14.bb
+++ b/meta-oe/recipes-support/farsight/libnice_0.1.14.bb
@@ -15,15 +15,16 @@ DEPENDS = "glib-2.0 gnutls"
15 15
16PACKAGECONFIG ??= "gstreamer1.0" 16PACKAGECONFIG ??= "gstreamer1.0"
17PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" 17PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
18PACKAGECONFIG[gstreamer0.10] = "--with-gstreamer-0.10,--without-gstreamer-0.10,gstreamer gst-plugins-base"
19PACKAGECONFIG[gstreamer1.0] = "--with-gstreamer,--without-gstreamer,gstreamer1.0 gstreamer1.0-plugins-base" 18PACKAGECONFIG[gstreamer1.0] = "--with-gstreamer,--without-gstreamer,gstreamer1.0 gstreamer1.0-plugins-base"
20 19
21inherit autotools pkgconfig gtk-doc gobject-introspection 20inherit autotools pkgconfig gtk-doc gobject-introspection
22 21
23FILES_${PN} += "${libdir}/gstreamer-0.10/*.so ${libdir}/gstreamer-1.0/*.so" 22EXTRA_OECONF += "--without-gstreamer-0.10"
24FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-1.0/*.la" 23
25FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a ${libdir}/gstreamer-1.0/*.a" 24FILES_${PN} += "${libdir}/gstreamer-1.0/*.so"
26FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug ${libdir}/gstreamer-1.0/.debug" 25FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
26FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
27FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug"
27 28
28do_configure_prepend() { 29do_configure_prepend() {
29 mkdir ${S}/m4 || true 30 mkdir ${S}/m4 || true