Commit e065b0ec authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libconfig: don't build examples

parent e607b0f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,9 +6,10 @@
LIBCONFIG_VERSION = 1.4.8
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/
LIBCONFIG_INSTALL_STAGING = YES
LIBCONFIG_CONF_OPT = --disable-examples

ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
LIBCONFIG_CONF_OPT = --disable-cxx
LIBCONFIG_CONF_OPT += --disable-cxx
endif

$(eval $(call AUTOTARGETS))