package/terminology: remove elementary dependency
elementary is now provided by efl package, so remove elementary package dependency. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e29907ade9
commit
e50e1b72aa
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_TERMINOLOGY
|
||||
bool "terminology"
|
||||
depends on BR2_PACKAGE_EFL
|
||||
select BR2_PACKAGE_ELEMENTARY
|
||||
help
|
||||
Terminology is an EFL terminal emulator with some extra
|
||||
bells and whistles.
|
||||
|
@ -10,7 +10,7 @@ TERMINOLOGY_SITE = https://download.enlightenment.org/rel/apps/terminology
|
||||
TERMINOLOGY_LICENSE = BSD-2c
|
||||
TERMINOLOGY_LICENSE_FILES = COPYING
|
||||
|
||||
TERMINOLOGY_DEPENDENCIES = efl elementary host-pkgconf
|
||||
TERMINOLOGY_DEPENDENCIES = efl host-pkgconf
|
||||
TERMINOLOGY_CONF_OPTS = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user