From 7bb7ddb71ac30a2e975c40dc45c3fec2b6b9aeb2 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 27 Dec 2021 13:10:54 -0600 Subject: [PATCH] fixup! build: Simplify gst-plugins-good and -base configure --- Makefile.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 98542956..b47e20a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -416,15 +416,7 @@ endif # ifeq ($(CONTAINER),) ## GST_COMMON_MESON_ARGS := \ - -Dexamples=disabled \ - -Dtests=disabled \ - -Dgtk_doc=disabled \ - -Dintrospection=disabled \ - -Dgobject-cast-checks=disabled \ - -Dglib-asserts=disabled \ - -Dglib-checks=disabled \ - -Dnls=disabled \ - -Dbenchmarks=disabled + -Dorc=enabled GST_ORC_MESON_ARGS := \ -Dorc-test=disabled \