mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
libconfig: don't build examples
Fixes (works around) http://autobuild.buildroot.net/results/2378161d70beade94547a68eeeaa69e34705baf2 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e607b0f9e3
commit
e065b0ecd5
@ -6,9 +6,10 @@
|
|||||||
LIBCONFIG_VERSION = 1.4.8
|
LIBCONFIG_VERSION = 1.4.8
|
||||||
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/
|
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/
|
||||||
LIBCONFIG_INSTALL_STAGING = YES
|
LIBCONFIG_INSTALL_STAGING = YES
|
||||||
|
LIBCONFIG_CONF_OPT = --disable-examples
|
||||||
|
|
||||||
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||||
LIBCONFIG_CONF_OPT = --disable-cxx
|
LIBCONFIG_CONF_OPT += --disable-cxx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS))
|
$(eval $(call AUTOTARGETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user