[vlc-devel] [PATCH] configure: caca conflicts with OpenGL (fixes #20543)

Alexandre Janniaux ajanni at videolabs.io
Mon Oct 7 17:52:59 CEST 2019


Hi,

This fix is a bit weird, do you have details on why it is
failing and why it can't be fixed or workaround ?

Regards,
--
Alexandre Janniaux
Videolabs

On Mon, Oct 07, 2019 at 06:36:34PM +0300, RĂ©mi Denis-Courmont wrote:
> ---
>  configure.ac | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 210b4ca537..35895a6e22 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3614,7 +3614,9 @@ PKG_ENABLE_MODULES_VLC([KMS], [], [libdrm >= 2.4.83], [Linux kernel mode setting
>  dnl
>  dnl  libcaca plugin
>  dnl
> -PKG_ENABLE_MODULES_VLC([CACA], [], [caca >= 0.99.beta14], [libcaca output],[auto])
> +AS_IF([test "$have_gl" = "no"], [
> +  PKG_ENABLE_MODULES_VLC([CACA], [], [caca >= 0.99.beta14], [libcaca output],[auto])
> +])
>
>  dnl
>  dnl  OS/2 KVA plugin
> --
> 2.23.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list