summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/neon/neon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/neon/neon.mk b/package/neon/neon.mk
index 1915e6c2ee..2edc6b280c 100644
--- a/package/neon/neon.mk
+++ b/package/neon/neon.mk
@@ -42,7 +42,7 @@ else
NEON_CONF_OPT += --with-libxml2=no
endif
-ifeq ($(BR2_PACKAGE_NEON_NOXML),y)
+ifeq ($(BR2_PACKAGE_NEON_EXPAT)$(BR2_PACKAGE_NEON_LIBXML2),)
# webdav needs xml support
NEON_CONF_OPT += --disable-webdav
endif
OpenPOWER on IntegriCloud