mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
make: depend on guile explicitly when available
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5d15655964
commit
38ee8a8e16
@ -16,4 +16,11 @@ ifeq ($(BR2_STATIC_LIBS),y)
|
|||||||
MAKE_CONF_OPTS += --disable-load
|
MAKE_CONF_OPTS += --disable-load
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GUILE),y)
|
||||||
|
MAKE_DEPENDENCIES += guile
|
||||||
|
MAKE_CONF_OPTS += --with-guile
|
||||||
|
else
|
||||||
|
MAKE_CONF_OPTS += --without-guile
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user