logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 4fc7dc79fc71fa2d29811100a43053d0cce0dc5c
parent 4d6f0e47f62c4c25ed06ddb5d76df305bc375641
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 17 Mar 2021 16:50:22 +0100

gstreamer-meson.eclass: Add QA warning about missing IUSE=orc

Diffstat:

Meclass/gstreamer-meson.eclass1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass @@ -206,6 +206,7 @@ gstreamer_multilib_src_configure() { gst_conf+=( -Dorc=$(usex orc enabled disabled) ) else gst_conf+=( -Dorc=disabled ) + eqawarn "QA: IUSE=orc is missing while plugin supports it" fi fi