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

package/libelementary: move to package directory



As discussed on the list the two remaining packages in
package/efl subdirectory will be moved to package/
directory.

- Add the efl dependency to libelementary.
- Set LIBELEMENTARY_VERSION with the version number
  directly.

Signed-off-by: default avatarRomain Naour <romain.naour@openwide.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 0a9a9cd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@ endif
	source "package/fbv/Config.in"
	source "package/freerdp/Config.in"
	source "package/imagemagick/Config.in"
	source "package/libelementary/Config.in"
	source "package/linux-fusion/Config.in"
	source "package/lite/Config.in"
	source "package/mesa3d/Config.in"
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ menuconfig BR2_PACKAGE_EFL
if BR2_PACKAGE_EFL

source "package/efl/libefl/Config.in"
source "package/efl/libelementary/Config.in"

endif # BR2_PACKAGE_EFL

+2 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBELEMENTARY
	bool "libelementary"
	select BR2_PACKAGE_LIBEFL
	depends on BR2_PACKAGE_EFL
	depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
	depends on !BR2_STATIC_LIBS
	help
@@ -11,4 +11,5 @@ config BR2_PACKAGE_LIBELEMENTARY
	  https://enlightenment.org

comment "libelementary needs a toolchain w/ threads, dynamic library"
	depends on BR2_PACKAGE_EFL
	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

LIBELEMENTARY_VERSION = $(EFL_VERSION)
LIBELEMENTARY_VERSION = 1.15.2
LIBELEMENTARY_SOURCE = elementary-$(LIBELEMENTARY_VERSION).tar.xz
LIBELEMENTARY_SITE = http://download.enlightenment.org/rel/libs/elementary
LIBELEMENTARY_LICENSE = LGPLv2.1