summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-01-04 16:05:50 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2019-01-14 14:28:20 +0400
commitac0e50f5e20227bf3d782ef9fdad742283e7fdeb (patch)
treef37cf383e65196ab95f7a09a5becd1b9d791b1f2 /.gitlab-ci.yml
parent3b5fb006bc4ef7b0f014e66d8ef118bbfa426073 (diff)
build-sys: drop gstaudio option, make GStreamer a requirement
GStreamer is being increasingly used by spice-gtk. Let's make it a core requirement. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd999d1..78b339e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,6 @@ makecheck_simple:
script:
- ./autogen.sh --enable-static
--enable-lz4=no
- --enable-gstaudio=no
--enable-gstvideo=no
--enable-webdav=no
--with-sasl=no
@@ -47,7 +46,6 @@ makecheck_simple:
makecheck_simple-meson:
script:
- meson build -Dauto_features=disabled
- -Dgstaudio=false
-Dgstvideo=false
-Dusbredir=false
-Ddbus=false || (cat build/meson-logs/meson-log.txt && exit 1)