mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00: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:
parent
8868051262
commit
53f5e83c87
@ -26,7 +26,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_CURL),y)
|
ifeq ($(BR2_PACKAGE_CURL),y)
|
||||||
GIT_DEPENDENCIES += curl
|
GIT_DEPENDENCIES += libcurl
|
||||||
GIT_CONF_OPTS += --with-curl
|
GIT_CONF_OPTS += --with-curl
|
||||||
else
|
else
|
||||||
GIT_CONF_OPTS += --without-curl
|
GIT_CONF_OPTS += --without-curl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user