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:
Romain Naour 2016-09-02 22:31:30 +02:00 committed by Thomas Petazzoni
parent e29907ade9
commit e50e1b72aa
2 changed files with 1 additions and 2 deletions

View file

@ -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.

View file

@ -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))