|
@@ -9,7 +9,9 @@ ZCHUNK_SITE = $(call github,zchunk,zchunk,$(ZCHUNK_VERSION))
|
|
|
ZCHUNK_LICENSE = BSD-2-Clause
|
|
|
ZCHUNK_LICENSE_FILES = LICENSE
|
|
|
ZCHUNK_INSTALL_STAGING = YES
|
|
|
-ZCHUNK_DEPENDENCIES = libcurl
|
|
|
+ZCHUNK_DEPENDENCIES = \
|
|
|
+ libcurl \
|
|
|
+ $(if $(BR2_PACKAGE_ARGP_STANDALONE),argp-standalone)
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
|
ZCHUNK_DEPENDENCIES += openssl
|