[build,ci] enable kerberos support

This commit is contained in:
Armin Novak 2022-12-07 15:10:19 +01:00 committed by akallabeth
parent 615f2eb60f
commit 2766249186
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set (WITH_PULSE ON CACHE BOOL "pulse")
set (WITH_CHANNELS ON CACHE BOOL "channels") set (WITH_CHANNELS ON CACHE BOOL "channels")
set (WITH_CUPS ON CACHE BOOL "cups") set (WITH_CUPS ON CACHE BOOL "cups")
set (WITH_WAYLAND ON CACHE BOOL "wayland") set (WITH_WAYLAND ON CACHE BOOL "wayland")
set (WITH_KRB5 OFF CACHE BOOL "Kerberos support") set (WITH_KRB5 ON CACHE BOOL "Kerberos support")
set (WITH_PCSC ON CACHE BOOL "PCSC") set (WITH_PCSC ON CACHE BOOL "PCSC")
set (WITH_JPEG ON CACHE BOOL "jpeg") set (WITH_JPEG ON CACHE BOOL "jpeg")
set (WITH_GSTREAMER_0_10 ON CACHE BOOL "gstreamer") set (WITH_GSTREAMER_0_10 ON CACHE BOOL "gstreamer")