|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-EFL_VERSION = 1.24.3
|
|
|
|
|
|
+EFL_VERSION = 1.25.0
|
|
EFL_SOURCE = efl-$(EFL_VERSION).tar.xz
|
|
EFL_SOURCE = efl-$(EFL_VERSION).tar.xz
|
|
EFL_SITE = http://download.enlightenment.org/rel/libs/efl
|
|
EFL_SITE = http://download.enlightenment.org/rel/libs/efl
|
|
EFL_LICENSE = BSD-2-Clause, LGPL-2.1+, GPL-2.0+, FTL, MIT
|
|
EFL_LICENSE = BSD-2-Clause, LGPL-2.1+, GPL-2.0+, FTL, MIT
|
|
@@ -52,7 +52,7 @@ else
|
|
EFL_CONF_OPTS += -Dnls=false
|
|
EFL_CONF_OPTS += -Dnls=false
|
|
endif
|
|
endif
|
|
|
|
|
|
-EFL_BINDINGS = luajit
|
|
|
|
|
|
+EFL_BINDINGS = lua
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_EFL_EOLIAN_CPP),y)
|
|
ifeq ($(BR2_PACKAGE_EFL_EOLIAN_CPP),y)
|
|
EFL_BINDINGS += cxx
|
|
EFL_BINDINGS += cxx
|
|
@@ -209,7 +209,7 @@ EFL_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBXKBCOMMON),libxkbcommon)
|
|
# json evas loader is disabled by default by upstream.
|
|
# json evas loader is disabled by default by upstream.
|
|
# Disable libspectre (ps).
|
|
# Disable libspectre (ps).
|
|
# Keep all other evas loader enabled or handled below.
|
|
# Keep all other evas loader enabled or handled below.
|
|
-EFL_EVAS_LOADERS_DISABLER = gst json ps
|
|
|
|
|
|
+EFL_EVAS_LOADERS_DISABLER = avif gst json ps
|
|
|
|
|
|
# efl already depends on jpeg.
|
|
# efl already depends on jpeg.
|
|
ifeq ($(BR2_PACKAGE_EFL_JPEG),y)
|
|
ifeq ($(BR2_PACKAGE_EFL_JPEG),y)
|
|
@@ -317,7 +317,6 @@ HOST_EFL_CONF_OPTS += \
|
|
-Decore-imf-loaders-disabler=ibus,scim,xim \
|
|
-Decore-imf-loaders-disabler=ibus,scim,xim \
|
|
-Dedje-sound-and-video=false \
|
|
-Dedje-sound-and-video=false \
|
|
-Deeze=false \
|
|
-Deeze=false \
|
|
- -Delogind=false \
|
|
|
|
-Delua=true \
|
|
-Delua=true \
|
|
-Dembedded-lz4=true \
|
|
-Dembedded-lz4=true \
|
|
-Dfontconfig=false \
|
|
-Dfontconfig=false \
|
|
@@ -341,12 +340,12 @@ HOST_EFL_CONF_OPTS += \
|
|
-Dxinput22=false
|
|
-Dxinput22=false
|
|
|
|
|
|
# List of modular image/vector loaders to disable in efl
|
|
# List of modular image/vector loaders to disable in efl
|
|
-HOST_EFL_EVAS_LOADERS_DISABLER = bmp dds eet generic gst ico json \
|
|
|
|
|
|
+HOST_EFL_EVAS_LOADERS_DISABLER = avif bmp dds eet generic gst ico json \
|
|
jp2k pdf pmaps ps psd raw rsvg tga tgv tiff wbmp webp xcf xpm
|
|
jp2k pdf pmaps ps psd raw rsvg tga tgv tiff wbmp webp xcf xpm
|
|
|
|
|
|
HOST_EFL_CONF_OPTS += -Devas-loaders-disabler=$(subst $(space),$(comma),$(HOST_EFL_EVAS_LOADERS_DISABLER))
|
|
HOST_EFL_CONF_OPTS += -Devas-loaders-disabler=$(subst $(space),$(comma),$(HOST_EFL_EVAS_LOADERS_DISABLER))
|
|
|
|
|
|
-HOST_EFL_BINDINGS = luajit
|
|
|
|
|
|
+HOST_EFL_BINDINGS = lua
|
|
|
|
|
|
# Enable Eolian language bindings to provide eolian_cxx tool for the
|
|
# Enable Eolian language bindings to provide eolian_cxx tool for the
|
|
# host which is required to build Eolian language bindings for the
|
|
# host which is required to build Eolian language bindings for the
|