Commit d2b042c1 authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

package/efl/libefreet: remove package



Libefreet is now available in efl package.

Signed-off-by: default avatarRomain Naour <romain.naour@openwide.fr>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent e155c957
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -107,6 +107,13 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"

config BR2_PACKAGE_LIBEFREET
	bool "libefreet package has been removed"
	select BR2_LEGACY
	select BR2_PACKAGE_EFL
	help
	  With EFL 1.15, libefreet is now provided by the libefl package.

config BR2_PACKAGE_LIBEIO
	bool "libeio package has been removed"
	select BR2_LEGACY
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ source "package/efl/libeina/Config.in"
source "package/efl/libecore/Config.in"
source "package/efl/libeet/Config.in"
source "package/efl/libefl/Config.in"
source "package/efl/libefreet/Config.in"
source "package/efl/libevas/Config.in"
source "package/efl/libelementary/Config.in"
source "package/efl/libedbus/Config.in"

package/efl/libefreet/Config.in

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBEFREET
	bool "libefreet"
	select BR2_PACKAGE_LIBEINA
	select BR2_PACKAGE_LIBEET
	select BR2_PACKAGE_LIBECORE
	help
	  Efreet is a library designed to help apps work with several of the
	  Freedesktop.org standards regarding Icons, Desktop files and Menus.

	  http://trac.enlightenment.org/e/wiki/Efreet
+0 −17
Original line number Diff line number Diff line
################################################################################
#
# libefreet
#
################################################################################

LIBEFREET_VERSION = 1.7.10
LIBEFREET_SOURCE = efreet-$(LIBEFREET_VERSION).tar.bz2
LIBEFREET_SITE = http://download.enlightenment.org/releases
LIBEFREET_LICENSE = BSD-2c
LIBEFREET_LICENSE_FILES = COPYING

LIBEFREET_INSTALL_STAGING = YES

LIBEFREET_DEPENDENCIES = libeina libeet libecore

$(eval $(autotools-package))