From 6bb7528a48d7955eecabcfb0d9aaa01471b05d29 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 6 Sep 2017 15:34:27 -0300 Subject: [PATCH] Make the cs compiler optional --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fb20ebf..d46b3d4 100644 --- a/meson.build +++ b/meson.build @@ -88,7 +88,7 @@ if not get_option('disable_rtsp_server') endif if not get_option('disable_gstreamer_sharp') - if add_languages('cs') + if add_languages('cs', required : false) if meson.version().version_compare('>=0.43') subprojects += ['gstreamer-sharp'] else -- 2.7.4