Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
config BR2_PACKAGE_EFL
|
||||
bool "efl"
|
||||
# g++ issue with 4.4.5, tested with g++ 4.7.2
|
||||
depends on BR2_HOST_GCC_AT_LEAST_4_7
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_PACKAGE_HAS_UDEV # libudev
|
||||
# https://phab.enlightenment.org/T2728
|
||||
depends on BR2_PACKAGE_LUA_5_1 # needs lua 5.1, broken with 5.2+
|
||||
depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS # luajit
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # untested without threads
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_USE_WCHAR # use wchar_t
|
||||
@@ -13,9 +15,12 @@ config BR2_PACKAGE_EFL
|
||||
select BR2_PACKAGE_JPEG # Emile needs libjpeg
|
||||
select BR2_PACKAGE_LIBCURL # Ecore_con_url, runtime dependency
|
||||
select BR2_PACKAGE_LIBXKBCOMMON if BR2_PACKAGE_WAYLAND
|
||||
# https://phab.enlightenment.org/T2728
|
||||
select BR2_PACKAGE_LUAJIT # Lua support broken
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
# libblkid is part of required tools, see EFL's README.
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Enlightenment Foundation Libraries
|
||||
|
||||
@@ -117,6 +122,18 @@ config BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG
|
||||
comment "Warning: one of the recommended option for EFL is not enabled"
|
||||
depends on !BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG
|
||||
|
||||
config BR2_PACKAGE_EFL_EOLIAN_CPP
|
||||
bool "Enable Eolian C++ bindings"
|
||||
depends on BR2_HOST_GCC_AT_LEAST_4_8 # Eolian (host) needs C++11
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # Eolian needs C++11
|
||||
help
|
||||
Eolian is an EO object parser and code generator.
|
||||
With this option enabled Eolian will handle automatic generation
|
||||
of EFL bindings for the C++11 language.
|
||||
|
||||
comment "Eolian needs host and target gcc >= 4.8"
|
||||
depends on !BR2_HOST_GCC_AT_LEAST_4_8 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
||||
|
||||
comment "libecore video support"
|
||||
|
||||
config BR2_PACKAGE_EFL_FB
|
||||
@@ -147,9 +164,12 @@ config BR2_PACKAGE_EFL_PNG
|
||||
This enables the loader code that loads png files using
|
||||
libpng.
|
||||
|
||||
# JP2K support require openjpeg 1.x (libopenjpeg1.pc) which is not
|
||||
# available in Buildroot anymore.
|
||||
config BR2_PACKAGE_EFL_JP2K
|
||||
bool "libevas jp2k loader"
|
||||
select BR2_PACKAGE_OPENJPEG
|
||||
depends on BROKEN # require openjpeg 1.x
|
||||
help
|
||||
This enables the loader code that loads jp2k files using
|
||||
openjpeg.
|
||||
@@ -181,11 +201,9 @@ config BR2_PACKAGE_EFL_WEBP
|
||||
|
||||
endif # BR2_PACKAGE_EFL
|
||||
|
||||
comment "efl needs udev /dev management and a toolchain w/ C++, dynamic library, threads, wchar"
|
||||
comment "efl needs udev /dev management and a toolchain w/ C++, dynamic library, gcc >= 4.7, threads, wchar"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_INSTALL_LIBSTDCPP \
|
||||
|| !BR2_HOST_GCC_AT_LEAST_4_7 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 \
|
||||
|| BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU
|
||||
|
||||
comment "efl needs lua 5.1"
|
||||
depends on !BR2_PACKAGE_LUA_5_1
|
||||
depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
|
||||
depends on BR2_USE_MMU
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From https://download.enlightenment.org/rel/libs/efl/efl-1.15.3.tar.xz.sha256
|
||||
sha256 3bac40e6294288034bd7f8902088bf1169cf376f6fd25b7a49854ab561630642 efl-1.15.3.tar.xz
|
||||
# From https://download.enlightenment.org/rel/libs/efl/efl-1.17.2.tar.xz.sha256
|
||||
sha256 9aa93ff0ab4bdf95d5cf9606bd7efece611691ca22eb6fc3484fe6e7a92bf8b6 efl-1.17.2.tar.xz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EFL_VERSION = 1.15.3
|
||||
EFL_VERSION = 1.17.2
|
||||
EFL_SOURCE = efl-$(EFL_VERSION).tar.xz
|
||||
EFL_SITE = http://download.enlightenment.org/rel/libs/efl
|
||||
EFL_LICENSE = BSD-2c, LGPLv2.1+, GPLv2+
|
||||
@@ -19,34 +19,33 @@ EFL_LICENSE_FILES = \
|
||||
|
||||
EFL_INSTALL_STAGING = YES
|
||||
|
||||
EFL_DEPENDENCIES = host-pkgconf host-efl dbus freetype jpeg lua udev \
|
||||
util-linux zlib
|
||||
|
||||
# Regenerate the autotools:
|
||||
# - to fix an issue in eldbus-codegen: https://phab.enlightenment.org/T2718
|
||||
EFL_AUTORECONF = YES
|
||||
EFL_GETTEXTIZE = YES
|
||||
EFL_DEPENDENCIES = host-pkgconf host-efl host-luajit dbus freetype \
|
||||
jpeg luajit udev util-linux zlib
|
||||
|
||||
# Configure options:
|
||||
# --disable-cxx-bindings: disable C++11 bindings.
|
||||
# --disable-lua-old: build elua for the target.
|
||||
# --disable-sdl: disable sdl2 support.
|
||||
# --disable-systemd: disable systemd support.
|
||||
# --disable-xinput22: disable X11 XInput v2.2+ support.
|
||||
# --enable-lua-old: disable Elua and remove luajit dependency.
|
||||
# --with-opengl=none: disable opengl support.
|
||||
EFL_CONF_OPTS = \
|
||||
--with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc \
|
||||
--with-elua=$(HOST_DIR)/usr/bin/elua \
|
||||
--with-eolian-gen=$(HOST_DIR)/usr/bin/eolian_gen \
|
||||
--disable-cxx-bindings \
|
||||
--disable-lua-old \
|
||||
--disable-sdl \
|
||||
--disable-systemd \
|
||||
--disable-xinput22 \
|
||||
--enable-lua-old \
|
||||
--with-opengl=none
|
||||
|
||||
# Disable untested configuration warning.
|
||||
ifeq ($(BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG),)
|
||||
EFL_CONF_OPTS += --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba
|
||||
EFL_CONF_OPTS += --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_EFL_EOLIAN_CPP),y)
|
||||
EFL_CONF_OPTS += --enable-cxx-bindings \
|
||||
--with-eolian-cxx=$(HOST_DIR)/usr/bin/eolian_cxx
|
||||
else
|
||||
EFL_CONF_OPTS += --disable-cxx-bindings
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBMOUNT),y)
|
||||
@@ -56,6 +55,13 @@ else
|
||||
EFL_CONF_OPTS += --disable-libmount
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
EFL_CONF_OPTS += --enable-systemd
|
||||
EFL_DEPENDENCIES += systemd
|
||||
else
|
||||
EFL_CONF_OPTS += --disable-systemd
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
|
||||
EFL_CONF_OPTS += --enable-fontconfig
|
||||
EFL_DEPENDENCIES += fontconfig
|
||||
@@ -220,14 +226,15 @@ $(eval $(autotools-package))
|
||||
################################################################################
|
||||
|
||||
# We want to build only some host tools used later in the build.
|
||||
# Actually we want: edje_cc, embryo_cc and eet.
|
||||
# Actually we want: edje_cc, eet and embryo_cc. eolian_cxx is built only
|
||||
# if selected for the target.
|
||||
|
||||
# Host dependencies:
|
||||
# * host-dbus: for Eldbus
|
||||
# * host-freetype: for libevas
|
||||
# * host-libglib2: for libecore
|
||||
# * host-libjpeg, host-libpng: for libevas image loader
|
||||
# * host-lua: disable luajit dependency
|
||||
# * host-luajit for Elua tool for the host
|
||||
HOST_EFL_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
host-dbus \
|
||||
@@ -235,43 +242,50 @@ HOST_EFL_DEPENDENCIES = \
|
||||
host-libglib2 \
|
||||
host-libjpeg \
|
||||
host-libpng \
|
||||
host-lua \
|
||||
host-luajit \
|
||||
host-zlib
|
||||
|
||||
# Configure options:
|
||||
# --disable-audio, --disable-multisense remove libsndfile dependency.
|
||||
# --disable-cxx-bindings: disable C++11 bindings.
|
||||
# --disable-fontconfig: remove dependency on fontconfig.
|
||||
# --disable-fribidi: remove dependency on libfribidi.
|
||||
# --disable-gstreamer1: remove dependency on gtreamer 1.0.
|
||||
# --disable-libeeze: remove libudev dependency.
|
||||
# --disable-libmount: remove dependency on host-util-linux libmount.
|
||||
# --disable-lua-old: build elua for the host.
|
||||
# --disable-physics: remove Bullet dependency.
|
||||
# --enable-image-loader-gif=no: disable Gif dependency.
|
||||
# --enable-image-loader-tiff=no: disable Tiff dependency.
|
||||
# --enable-lua-old: disable Elua and remove luajit dependency.
|
||||
# --with-crypto=none: remove dependencies on openssl or gnutls.
|
||||
# --with-x11=none: remove dependency on X.org.
|
||||
# Yes I really know what I am doing.
|
||||
HOST_EFL_CONF_OPTS += \
|
||||
--disable-audio \
|
||||
--disable-cxx-bindings \
|
||||
--disable-fontconfig \
|
||||
--disable-fribidi \
|
||||
--disable-gstreamer1 \
|
||||
--disable-libeeze \
|
||||
--disable-libmount \
|
||||
--disable-lua-old \
|
||||
--disable-multisense \
|
||||
--disable-physics \
|
||||
--enable-image-loader-gif=no \
|
||||
--enable-image-loader-jpeg=yes \
|
||||
--enable-image-loader-png=yes \
|
||||
--enable-image-loader-tiff=no \
|
||||
--enable-lua-old \
|
||||
--with-crypto=none \
|
||||
--with-glib=yes \
|
||||
--with-opengl=none \
|
||||
--with-x11=none \
|
||||
--enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba
|
||||
--enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb
|
||||
|
||||
# Enable Eolian language bindings to provide eolian_cxx tool for the
|
||||
# host which is required to build Eolian language bindings for the
|
||||
# target.
|
||||
ifeq ($(BR2_PACKAGE_EFL_EOLIAN_CPP),y)
|
||||
HOST_EFL_CONF_OPTS += --enable-cxx-bindings
|
||||
else
|
||||
HOST_EFL_CONF_OPTS += --disable-cxx-bindings
|
||||
endif
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user