Updated deps

This commit is contained in:
Gerben Jan Dijkman 2025-05-14 15:24:37 +02:00
parent bc587752d1
commit 4518e8eb61

View File

@ -28,7 +28,6 @@ DEPEND="
gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] ) gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
introspection? ( >=dev-libs/gobject-introspection-1.54:= ) introspection? ( >=dev-libs/gobject-introspection-1.54:= )
samba? ( net-fs/samba ) samba? ( net-fs/samba )
app-crypt/mit-krb5
" "
RDEPEND="${DEPEND} RDEPEND="${DEPEND}
>=net-libs/glib-networking-2.70_alpha[ssl?,${MULTILIB_USEDEP}] >=net-libs/glib-networking-2.70_alpha[ssl?,${MULTILIB_USEDEP}]
@ -80,7 +79,7 @@ multilib_src_configure() {
-Dauto_features=enabled -Dauto_features=enabled
$(meson_feature gssapi) $(meson_feature gssapi)
-Dkrb5_config="${CHOST}-krb5-config" #-Dkrb5_config="${CHOST}-krb5-config"
$(meson_feature samba ntlm) $(meson_feature samba ntlm)
$(meson_feature brotli) $(meson_feature brotli)
-Dntlm_auth="${EPREFIX}/usr/bin/ntlm_auth" -Dntlm_auth="${EPREFIX}/usr/bin/ntlm_auth"