mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
libembryo: Add new package
[Peter: add upstream URL, remove redundant _INSTALL_TARGET] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
dc662b1a6c
commit
20c79086f1
@ -12,6 +12,7 @@ source "package/efl/libeina/Config.in"
|
|||||||
source "package/efl/libecore/Config.in"
|
source "package/efl/libecore/Config.in"
|
||||||
source "package/efl/libeet/Config.in"
|
source "package/efl/libeet/Config.in"
|
||||||
source "package/efl/libevas/Config.in"
|
source "package/efl/libevas/Config.in"
|
||||||
|
source "package/efl/libembryo/Config.in"
|
||||||
|
|
||||||
endif # BR2_PACKAGE_EFL
|
endif # BR2_PACKAGE_EFL
|
||||||
|
|
||||||
|
9
package/efl/libembryo/Config.in
Normal file
9
package/efl/libembryo/Config.in
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
config BR2_PACKAGE_LIBEMBRYO
|
||||||
|
bool "libembryo"
|
||||||
|
select BR2_PACKAGE_LIBEINA
|
||||||
|
help
|
||||||
|
Embryo is primarily a shared library that gives you an API
|
||||||
|
to load and control interpreted programs compiled into an
|
||||||
|
abstract machine bytecode that it understands.
|
||||||
|
|
||||||
|
http://trac.enlightenment.org/e/wiki/Embryo
|
15
package/efl/libembryo/libembryo.mk
Normal file
15
package/efl/libembryo/libembryo.mk
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# libembryo
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
LIBEMBRYO_VERSION = 1.1.0
|
||||||
|
LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
|
||||||
|
LIBEMBRYO_SITE = http://download.enlightenment.org/releases/
|
||||||
|
LIBEMBRYO_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
LIBEMBRYO_DEPENDENCIES = host-pkg-config libeina
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS))
|
||||||
|
$(eval $(call AUTOTARGETS,host))
|
Loading…
x
Reference in New Issue
Block a user