Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC 1/3] package/efl/libevas: add missing dependency on fontconfig
@ 2015-02-14 22:28 Romain Naour
  2015-02-14 22:28 ` [Buildroot] [RFC 2/3] package/efl/libevas: explicitly disable GL/GLES2 support Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Romain Naour @ 2015-02-14 22:28 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk
index b5a2d72..30d9f7c 100644
--- a/package/efl/libevas/libevas.mk
+++ b/package/efl/libevas/libevas.mk
@@ -205,6 +205,13 @@ else
 LIBEVAS_CONF_OPTS += --disable-font-loader-eet
 endif
 
+ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
+LIBEVAS_CONF_OPTS += --enable-fontconfig
+LIBEVAS_DEPENDENCIES += fontconfig
+else
+LIBEVAS_CONF_OPTS += --disable-fontconfig
+endif
+
 # libevas installs the source code of examples on the target, which
 # are generally not useful.
 define LIBEVAS_REMOVE_EXAMPLES
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-21 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-14 22:28 [Buildroot] [RFC 1/3] package/efl/libevas: add missing dependency on fontconfig Romain Naour
2015-02-14 22:28 ` [Buildroot] [RFC 2/3] package/efl/libevas: explicitly disable GL/GLES2 support Romain Naour
2015-02-14 22:28 ` [Buildroot] [RFC 3/3] package/efl/libevas: explicitly disable xlib support Romain Naour
2015-02-21 15:56 ` [Buildroot] [RFC 1/3] package/efl/libevas: add missing dependency on fontconfig Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox