mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libnice: Disable the examples and the tests
They are not used, and if the `gstreamer` PACKAGECONFIG is enabled, the tests require gstreamer-check-1.0 to be available, which it isn't if gstreamer-1.0 is built without the `check` PACKAGECONFIG. Also remove adding -Dgstreamer=disabled to EXTRA_OEMESON as it is already covered by the `gstreamer` PACKAGECONFIG. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
0a8e1c4ec2
commit
9dcc859807
@@ -18,14 +18,14 @@ PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp"
|
||||
PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0"
|
||||
PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled,"
|
||||
|
||||
EXTRA_OEMESON = "-Dgstreamer=disabled"
|
||||
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
GTKDOC_MESON_ENABLE_FLAG = "enabled"
|
||||
GTKDOC_MESON_DISABLE_FLAG = "disabled"
|
||||
|
||||
inherit meson gtk-doc gobject-introspection
|
||||
|
||||
EXTRA_OEMESON = "-Dexamples=disabled -Dtests=disabled"
|
||||
|
||||
FILES:${PN} += "${libdir}/gstreamer-1.0/*.so"
|
||||
FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
|
||||
FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
|
||||
|
||||
Reference in New Issue
Block a user