65ae2ad62b
This new version is required to compile grout v0.14.2. See the release note of the new versions: https://github.com/rjarry/libecoli/releases/tag/v0.10.1 https://github.com/rjarry/libecoli/releases/tag/v0.10.0 https://github.com/rjarry/libecoli/releases/tag/v0.9.1 Signed-off-by: Maxime Leroy <maxime@leroys.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
25 lines
570 B
Makefile
25 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# libecoli
|
|
#
|
|
################################################################################
|
|
|
|
LIBECOLI_VERSION = 0.10.1
|
|
LIBECOLI_SITE = $(call github,rjarry,libecoli,v$(LIBECOLI_VERSION))
|
|
LIBECOLI_INSTALL_STAGING = YES
|
|
LIBECOLI_LICENSE = BSD-3-Clause
|
|
LIBECOLI_LICENSE_FILES = LICENSE
|
|
|
|
LIBECOLI_DEPENDENCIES = \
|
|
host-pkgconf \
|
|
libedit
|
|
|
|
LIBECOLI_CONF_OPTS = \
|
|
-Ddoc=disabled \
|
|
-Deditline=enabled \
|
|
-Dexamples=disabled \
|
|
-Dyaml=disabled \
|
|
-Dtests=disabled
|
|
|
|
$(eval $(meson-package))
|