From: Markus Pargmann <mpa@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Markus Pargmann <mpa@pengutronix.de>
Subject: [ptxdist] [PATCH] pango: Fix missing dependency CAIRO_FREETYPE
Date: Fri, 21 Nov 2014 13:58:00 +0100 [thread overview]
Message-ID: <1416574680-4223-1-git-send-email-mpa@pengutronix.de> (raw)
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
reply other threads:[~2014-11-21 12:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1416574680-4223-1-git-send-email-mpa@pengutronix.de \
--to=mpa@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox