mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/git: fix dependency against curl
Our curl package is really named libcurl. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
8868051262
commit
53f5e83c87
@@ -26,7 +26,7 @@ else
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_CURL),y)
|
||||
GIT_DEPENDENCIES += curl
|
||||
GIT_DEPENDENCIES += libcurl
|
||||
GIT_CONF_OPTS += --with-curl
|
||||
else
|
||||
GIT_CONF_OPTS += --without-curl
|
||||
|
||||
Reference in New Issue
Block a user