diff options
Diffstat (limited to 'package/neon')
-rw-r--r-- | package/neon/neon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 52d506600..c2e49497c 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -8,7 +8,7 @@ NEON_SITE = http://www.webdav.org/neon/ NEON_INSTALL_STAGING = YES NEON_CONF_OPT = --without-gssapi --disable-rpath -NEON_DEPENDENCIES = host-pkg-config +NEON_DEPENDENCIES = host-pkgconf ifeq ($(BR2_PACKAGE_NEON_ZLIB),y) NEON_CONF_OPT += --with-zlib=$(STAGING_DIR) |