mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
neon: fix compilation without xml support
webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script.
This commit is contained in:
parent
3e1ed2feb0
commit
95313e2000
@ -21,5 +21,9 @@ NEON_CONF_OPT+=--with-expat=$(STAGING_DIR)/usr/lib/libexpat.la
|
|||||||
NEON_CONF_OPT+=--with-libxml2=no
|
NEON_CONF_OPT+=--with-libxml2=no
|
||||||
NEON_DEPENDENCIES+=expat
|
NEON_DEPENDENCIES+=expat
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(strip $(BR2_PACKAGE_NEON_NOXML)),y)
|
||||||
|
# webdav needs xml support
|
||||||
|
NEON_CONF_OPT+=--disable-webdav
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,neon))
|
$(eval $(call AUTOTARGETS,package,neon))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user