Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -1,2 +1,3 @@
# From https://sourceforge.net/p/enlightenment/mailman/message/36026490/
sha256 da12b8a24ca5248b2d292d9b1e19cabc61ae29b21f96d4b6f4f3e7b4feeecc16 terminology-1.1.1.tar.xz
# From https://sourceforge.net/p/enlightenment/mailman/message/36497308/
sha256 b5171181da42cc5f384238f71e43302c2c760938f6a8ab931647ccdad4ef94cd terminology-1.3.2.tar.xz
sha256 605988548c7a52562d6f64d936a579b53f690e62ca92261b6a440bf9023ff521 COPYING

View File

@@ -4,13 +4,19 @@
#
################################################################################
TERMINOLOGY_VERSION = 1.1.1
TERMINOLOGY_VERSION = 1.3.2
TERMINOLOGY_SOURCE = terminology-$(TERMINOLOGY_VERSION).tar.xz
TERMINOLOGY_SITE = https://download.enlightenment.org/rel/apps/terminology
TERMINOLOGY_LICENSE = BSD-2-Clause
TERMINOLOGY_LICENSE_FILES = COPYING
TERMINOLOGY_DEPENDENCIES = efl host-pkgconf
TERMINOLOGY_CONF_OPTS = --with-edje-cc=$(HOST_DIR)/bin/edje_cc
TERMINOLOGY_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) efl host-pkgconf
TERMINOLOGY_CONF_OPTS = -Dedje-cc=$(HOST_DIR)/bin/edje_cc
$(eval $(autotools-package))
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
TERMINOLOGY_CONF_OPTS += -Dnls=true
else
TERMINOLOGY_CONF_OPTS += -Dnls=false
endif
$(eval $(meson-package))