mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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: Romain Naour <romain.naour@openwide.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0a9a9cd406
commit
983b74fca7
@ -252,6 +252,7 @@ endif
|
|||||||
source "package/fbv/Config.in"
|
source "package/fbv/Config.in"
|
||||||
source "package/freerdp/Config.in"
|
source "package/freerdp/Config.in"
|
||||||
source "package/imagemagick/Config.in"
|
source "package/imagemagick/Config.in"
|
||||||
|
source "package/libelementary/Config.in"
|
||||||
source "package/linux-fusion/Config.in"
|
source "package/linux-fusion/Config.in"
|
||||||
source "package/lite/Config.in"
|
source "package/lite/Config.in"
|
||||||
source "package/mesa3d/Config.in"
|
source "package/mesa3d/Config.in"
|
||||||
|
@ -16,7 +16,6 @@ menuconfig BR2_PACKAGE_EFL
|
|||||||
if BR2_PACKAGE_EFL
|
if BR2_PACKAGE_EFL
|
||||||
|
|
||||||
source "package/efl/libefl/Config.in"
|
source "package/efl/libefl/Config.in"
|
||||||
source "package/efl/libelementary/Config.in"
|
|
||||||
|
|
||||||
endif # BR2_PACKAGE_EFL
|
endif # BR2_PACKAGE_EFL
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBELEMENTARY
|
config BR2_PACKAGE_LIBELEMENTARY
|
||||||
bool "libelementary"
|
bool "libelementary"
|
||||||
select BR2_PACKAGE_LIBEFL
|
depends on BR2_PACKAGE_EFL
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
|
depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
@ -11,4 +11,5 @@ config BR2_PACKAGE_LIBELEMENTARY
|
|||||||
https://enlightenment.org
|
https://enlightenment.org
|
||||||
|
|
||||||
comment "libelementary needs a toolchain w/ threads, dynamic library"
|
comment "libelementary needs a toolchain w/ threads, dynamic library"
|
||||||
|
depends on BR2_PACKAGE_EFL
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBELEMENTARY_VERSION = $(EFL_VERSION)
|
LIBELEMENTARY_VERSION = 1.15.2
|
||||||
LIBELEMENTARY_SOURCE = elementary-$(LIBELEMENTARY_VERSION).tar.xz
|
LIBELEMENTARY_SOURCE = elementary-$(LIBELEMENTARY_VERSION).tar.xz
|
||||||
LIBELEMENTARY_SITE = http://download.enlightenment.org/rel/libs/elementary
|
LIBELEMENTARY_SITE = http://download.enlightenment.org/rel/libs/elementary
|
||||||
LIBELEMENTARY_LICENSE = LGPLv2.1
|
LIBELEMENTARY_LICENSE = LGPLv2.1
|
Loading…
x
Reference in New Issue
Block a user