kumquat-buildroot/package/libconfig/libconfig.mk

19 lines
568 B
Makefile
Raw Normal View History

################################################################################
2008-09-01 12:51:31 +02:00
#
# libconfig
#
################################################################################
LIBCONFIG_VERSION = 1.7.3
LIBCONFIG_SITE = https://github.com/hyperrealm/libconfig/releases/download/v$(LIBCONFIG_VERSION)
LIBCONFIG_LICENSE = LGPL-2.1+
LIBCONFIG_LICENSE_FILES = COPYING.LIB
LIBCONFIG_INSTALL_STAGING = YES
LIBCONFIG_CONF_OPTS = --disable-examples --disable-tests
2008-09-01 12:51:31 +02:00
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
LIBCONFIG_CONF_OPTS += --disable-cxx
2008-09-01 12:51:31 +02:00
endif
$(eval $(autotools-package))