Commit 38ee8a8e authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files

make: depend on guile explicitly when available

parent 5d156559
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -16,4 +16,11 @@ ifeq ($(BR2_STATIC_LIBS),y)
	MAKE_CONF_OPTS += --disable-load
endif

ifeq ($(BR2_PACKAGE_GUILE),y)
MAKE_DEPENDENCIES += guile
MAKE_CONF_OPTS += --with-guile
else
MAKE_CONF_OPTS += --without-guile
endif

$(eval $(autotools-package))