mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pango: Fix missing dependency CAIRO_FREETYPE
@ 2014-11-21 12:58 Markus Pargmann
  0 siblings, 0 replies; only message in thread
From: Markus Pargmann @ 2014-11-21 12:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Markus Pargmann

pango needs a cairo font backend to build pangocairo. As CAIRO_FREETYPE
is the only font-backend, we need to select it here.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 rules/pango.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/pango.in b/rules/pango.in
index ad6e6a5f1d99..3663d9ab983c 100644
--- a/rules/pango.in
+++ b/rules/pango.in
@@ -5,6 +5,7 @@ menuconfig PANGO
 	prompt "pango                         "
 	select LIBC_M
 	select CAIRO
+	select CAIRO_FREETYPE
 	select GLIB
 	select WINE if PANGO__WINE
 
-- 
2.1.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-21 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-21 12:58 [ptxdist] [PATCH] pango: Fix missing dependency CAIRO_FREETYPE Markus Pargmann

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