mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/casync: fix zstd dependency to correct package name
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b6ff83722f
commit
807bf505f4
@@ -40,8 +40,8 @@ else
|
||||
CASYNC_CONF_OPTS += -Dudev=false
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBZSTD),y)
|
||||
CASYNC_DEPENDENCIES += libzstd
|
||||
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
||||
CASYNC_DEPENDENCIES += zstd
|
||||
CASYNC_CONF_OPTS += -Dlibzstd=enabled
|
||||
else
|
||||
CASYNC_CONF_OPTS += -Dlibzstd=disabled
|
||||
|
||||
Reference in New Issue
Block a user