mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
package/efl/libedje: remove package
Libedje is now available in efl package. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
905dba10d7
commit
4c93c10739
@ -107,6 +107,13 @@ endif
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
comment "Legacy options removed in 2016.02"
|
comment "Legacy options removed in 2016.02"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_LIBEDJE
|
||||||
|
bool "libedje package has been removed"
|
||||||
|
select BR2_LEGACY
|
||||||
|
select BR2_PACKAGE_EFL
|
||||||
|
help
|
||||||
|
With EFL 1.15, libedje is now provided by the libefl package.
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBETHUMB
|
config BR2_PACKAGE_LIBETHUMB
|
||||||
bool "libethumb package has been removed"
|
bool "libethumb package has been removed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
@ -23,7 +23,6 @@ source "package/efl/libefreet/Config.in"
|
|||||||
source "package/efl/libeio/Config.in"
|
source "package/efl/libeio/Config.in"
|
||||||
source "package/efl/libevas/Config.in"
|
source "package/efl/libevas/Config.in"
|
||||||
source "package/efl/libembryo/Config.in"
|
source "package/efl/libembryo/Config.in"
|
||||||
source "package/efl/libedje/Config.in"
|
|
||||||
source "package/efl/libelementary/Config.in"
|
source "package/efl/libelementary/Config.in"
|
||||||
source "package/efl/libedbus/Config.in"
|
source "package/efl/libedbus/Config.in"
|
||||||
|
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
comment "libedje needs a toolchain w/ threads"
|
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBEDJE
|
|
||||||
bool "libedje"
|
|
||||||
select BR2_PACKAGE_LIBEINA
|
|
||||||
select BR2_PACKAGE_LIBEET
|
|
||||||
select BR2_PACKAGE_LIBECORE
|
|
||||||
select BR2_PACKAGE_LIBECORE_EVAS
|
|
||||||
select BR2_PACKAGE_LIBEMBRYO
|
|
||||||
select BR2_PACKAGE_LIBEVAS
|
|
||||||
select BR2_PACKAGE_LUA
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
|
|
||||||
help
|
|
||||||
A graphical layout and animation library for animated
|
|
||||||
resizable, compressed and scalable themes.
|
|
||||||
|
|
||||||
http://trac.enlightenment.org/e/wiki/Edje
|
|
||||||
|
|
||||||
if BR2_PACKAGE_LIBEDJE
|
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBEDJE_CC
|
|
||||||
bool "build edje_cc"
|
|
||||||
help
|
|
||||||
Build and install the Edje compiler for the target. Normally this
|
|
||||||
is not required.
|
|
||||||
|
|
||||||
endif
|
|
@ -1,28 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
#
|
|
||||||
# libedje
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
LIBEDJE_VERSION = 1.7.10
|
|
||||||
LIBEDJE_SOURCE = edje-$(LIBEDJE_VERSION).tar.bz2
|
|
||||||
LIBEDJE_SITE = http://download.enlightenment.org/releases
|
|
||||||
LIBEDJE_LICENSE = GPLv2+ (epp binary), BSD-2c (everything else)
|
|
||||||
LIBEDJE_LICENSE_FILES = COPYING
|
|
||||||
|
|
||||||
LIBEDJE_INSTALL_STAGING = YES
|
|
||||||
|
|
||||||
LIBEDJE_DEPENDENCIES = \
|
|
||||||
host-pkgconf lua libeina libeet libecore libevas \
|
|
||||||
libembryo
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBEDJE_CC),y)
|
|
||||||
LIBEDJE_CONF_OPTS += --enable-edje-cc
|
|
||||||
else
|
|
||||||
LIBEDJE_CONF_OPTS += --disable-edje-cc
|
|
||||||
endif
|
|
||||||
|
|
||||||
HOST_LIBEDJE_CONF_OPTS = --enable-edje-cc
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
|
||||||
$(eval $(host-autotools-package))
|
|
Loading…
x
Reference in New Issue
Block a user