package/libsoup: add gssapi support
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b35be2baf2
commit
e87da5514c
@ -25,7 +25,6 @@ LIBSOUP_DEPENDENCIES = \
|
||||
LIBSOUP_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
|
||||
|
||||
LIBSOUP_CONF_OPTS = \
|
||||
-Dgssapi=disabled \
|
||||
-Dgtk_doc=false \
|
||||
-Dntlm=disabled \
|
||||
-Dsysprof=disabled \
|
||||
@ -47,6 +46,15 @@ else
|
||||
LIBSOUP_CONF_OPTS += -Dintrospection=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBKRB5),y)
|
||||
LIBSOUP_CONF_OPTS += \
|
||||
-Dgssapi=enabled \
|
||||
-Dkrb5_config=$(STAGING_DIR)/usr/bin/krb5-config
|
||||
LIBSOUP_DEPENDENCIES += libkrb5
|
||||
else
|
||||
LIBSOUP_CONF_OPTS += -Dgssapi=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSOUP_GNOME),y)
|
||||
LIBSOUP_CONF_OPTS += -Dgnome=true
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user