Updated linux ci configs

This commit is contained in:
akallabeth 2021-12-21 09:36:05 +01:00 committed by akallabeth
parent f1adfb0e5c
commit e7161ae731
1 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ set (WITH_CHANNELS ON CACHE BOOL "channels")
set (BUILTIN_CHANNELS ON CACHE BOOL "static channels")
set (WITH_CUPS ON CACHE BOOL "cups")
set (WITH_WAYLAND ON CACHE BOOL "wayland")
set (WITH_GSSAPI ON CACHE BOOL "Kerberos support")
set (WITH_GSSAPI OFF CACHE BOOL "Kerberos support")
set (WITH_PCSC ON CACHE BOOL "PCSC")
set (WITH_JPEG ON CACHE BOOL "jpeg")
set (WITH_GSTREAMER_0_10 ON CACHE BOOL "gstreamer")
@ -50,4 +50,8 @@ set (WITH_DEBUG_XV OFF CACHE BOOL "enable debug")
set (WITH_SAMPLE ON CACHE BOOL "samples")
set (WITH_NO_UNDEFINED ON CACHE BOOL "don't link with undefined symbols")
set (WITH_SANITIZE_ADDRESS ON)
set (WITH_PROXY_MODULES OFF CACHE BOOL "compile proxy modules")
set (WITH_FFMPEG ON CACHE BOOL "compile ffmpeg support")
set (WITH_SWSCALE OFF CACHE BOOL "compile ffmpeg support")
set (WITH_DSP_FFMPEG ON CACHE BOOL "compile ffmpeg support")
set (WITH_PROXY ON CACHE BOOL "compile proxy")
set (WITH_PROXY_MODULES ON CACHE BOOL "compile proxy modules")