Enable krb5 support

This commit is contained in:
Armin Novak 2022-12-07 14:51:57 +01:00 committed by akallabeth
parent 946416f456
commit 5cc66a66c8
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Build-Depends:
docbook-xsl,
xsltproc,
ninja-build,
libkrb5-dev,
libxkbcommon-dev,
libxkbfile-dev,
libx11-dev,

View File

@ -12,6 +12,7 @@ DEB_CMAKE_EXTRA_FLAGS := -GNinja \
-DWITH_PULSE=ON \
-DWITH_CHANNELS=ON \
-DWITH_CUPS=ON \
-DWITH_KRB5=ON \
-DWITH_PCSC=ON \
-DWITH_FFMPEG=ON \
-DWITH_DSP_FFMPEG=ON \