[Buildroot] [PACH v2 12/38] package/efl: add harfbuzz dependency

Romain Naour romain.naour at openwide.fr
Tue Sep 8 21:19:46 UTC 2015


Signed-off-by: Romain Naour <romain.naour at openwide.fr>
---
 package/efl/efl.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index 3061d2e..5c2b190 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -115,6 +115,13 @@ endif
 # There is no alsa support yet in Ecore_Audio.
 # configure will disable alsa support even if alsa-lib is selected.
 
+ifeq ($(BR2_PACKAGE_HARFBUZZ),y)
+EFL_DEPENDENCIES += harfbuzz
+EFL_CONF_OPTS += --enable-harfbuzz=yes
+else
+EFL_CONF_OPTS += --enable-harfbuzz=no
+endif
+
 ifeq ($(BR2_PACKAGE_TSLIB),y)
 EFL_DEPENDENCIES += tslib
 EFL_CONF_OPTS += --enable-tslib
-- 
2.4.3




More information about the buildroot mailing list