summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/farsight/libnice_0.1.21.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/farsight/libnice_0.1.21.bb b/meta-oe/recipes-support/farsight/libnice_0.1.21.bb
index 4a5227f20..646dcb28c 100644
--- a/meta-oe/recipes-support/farsight/libnice_0.1.21.bb
+++ b/meta-oe/recipes-support/farsight/libnice_0.1.21.bb
@@ -18,14 +18,14 @@ PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp"
18PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0" 18PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0"
19PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled," 19PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled,"
20 20
21EXTRA_OEMESON = "-Dgstreamer=disabled"
22
23GTKDOC_MESON_OPTION = "gtk_doc" 21GTKDOC_MESON_OPTION = "gtk_doc"
24GTKDOC_MESON_ENABLE_FLAG = "enabled" 22GTKDOC_MESON_ENABLE_FLAG = "enabled"
25GTKDOC_MESON_DISABLE_FLAG = "disabled" 23GTKDOC_MESON_DISABLE_FLAG = "disabled"
26 24
27inherit meson gtk-doc gobject-introspection 25inherit meson gtk-doc gobject-introspection
28 26
27EXTRA_OEMESON = "-Dexamples=disabled -Dtests=disabled"
28
29FILES:${PN} += "${libdir}/gstreamer-1.0/*.so" 29FILES:${PN} += "${libdir}/gstreamer-1.0/*.so"
30FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la" 30FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
31FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" 31FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"