diff options
-rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.1.14.bb | 11 |
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 | ||
16 | PACKAGECONFIG ??= "gstreamer1.0" | 16 | PACKAGECONFIG ??= "gstreamer1.0" |
17 | PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" | 17 | PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" |
18 | PACKAGECONFIG[gstreamer0.10] = "--with-gstreamer-0.10,--without-gstreamer-0.10,gstreamer gst-plugins-base" | ||
19 | PACKAGECONFIG[gstreamer1.0] = "--with-gstreamer,--without-gstreamer,gstreamer1.0 gstreamer1.0-plugins-base" | 18 | PACKAGECONFIG[gstreamer1.0] = "--with-gstreamer,--without-gstreamer,gstreamer1.0 gstreamer1.0-plugins-base" |
20 | 19 | ||
21 | inherit autotools pkgconfig gtk-doc gobject-introspection | 20 | inherit autotools pkgconfig gtk-doc gobject-introspection |
22 | 21 | ||
23 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so ${libdir}/gstreamer-1.0/*.so" | 22 | EXTRA_OECONF += "--without-gstreamer-0.10" |
24 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-1.0/*.la" | 23 | |
25 | FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a ${libdir}/gstreamer-1.0/*.a" | 24 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" |
26 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug ${libdir}/gstreamer-1.0/.debug" | 25 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
26 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | ||
27 | FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug" | ||
27 | 28 | ||
28 | do_configure_prepend() { | 29 | do_configure_prepend() { |
29 | mkdir ${S}/m4 || true | 30 | mkdir ${S}/m4 || true |