libelementary: Add new package
[Peter: Add upstream URL, remove examples option/patches] 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
1515839642
commit
9c3e2f9789
@ -17,6 +17,7 @@ source "package/efl/libevas/Config.in"
|
||||
source "package/efl/libembryo/Config.in"
|
||||
source "package/efl/libedje/Config.in"
|
||||
source "package/efl/libethumb/Config.in"
|
||||
source "package/efl/libelementary/Config.in"
|
||||
|
||||
endif # BR2_PACKAGE_EFL
|
||||
|
||||
|
12
package/efl/libelementary/Config.in
Normal file
12
package/efl/libelementary/Config.in
Normal file
@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_LIBELEMENTARY
|
||||
bool "libelementary"
|
||||
select BR2_PACKAGE_LIBEINA
|
||||
select BR2_PACKAGE_LIBEVAS
|
||||
select BR2_PACKAGE_LIBECORE
|
||||
select BR2_PACKAGE_LIBEDJE
|
||||
help
|
||||
Elementary is a widget toolkit and EFL wrapper and convenience
|
||||
library to make it easy to build applications and tools with UIs
|
||||
with less code.
|
||||
|
||||
http://trac.enlightenment.org/e/wiki/Elementary
|
18
package/efl/libelementary/libelementary.mk
Normal file
18
package/efl/libelementary/libelementary.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# libelementary
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBELEMENTARY_VERSION = 0.8.0.65643
|
||||
LIBELEMENTARY_SOURCE = elementary-$(LIBELEMENTARY_VERSION).tar.bz2
|
||||
LIBELEMENTARY_SITE = http://download.enlightenment.org/snapshots/2011-11-28
|
||||
LIBELEMENTARY_INSTALL_STAGING = YES
|
||||
|
||||
LIBELEMENTARY_DEPENDENCIES = libeina libevas libecore libedje host-libedje \
|
||||
host-libeet
|
||||
|
||||
LIBELEMENTARY_CONF_OPT = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc \
|
||||
--with-eet-eet=$(HOST_DIR)/usr/bin/eet
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
Loading…
Reference in New Issue
Block a user