package/socketcand: don't override dependencies

Don't override SOCKETCAND_DEPENDENCIES in a conditional

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2021-11-06 16:26:15 +01:00 committed by Peter Korsgaard
parent c922c71e44
commit 2bb820cb9e

View File

@ -11,7 +11,7 @@ SOCKETCAND_LICENSE = BSD-3-Clause or GPL-2.0
SOCKETCAND_LICENSE_FILES = socketcand.c
ifeq ($(BR2_PACKAGE_LIBCONFIG),y)
SOCKETCAND_DEPENDENCIES = libconfig
SOCKETCAND_DEPENDENCIES += libconfig
else
SOCKETCAND_CONF_OPTS = --without-config
endif