summaryrefslogtreecommitdiff
path: root/pango/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-31 11:54:43 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-31 12:07:38 +0100
commit0b86506c7c19e3ef0c6581dfbc04aec769af57c3 (patch)
treee3a4009c4b5fceedc55ed45b5e33578661272285 /pango/Makefile.am
parentc6d6cfff40ba2e80c2fda7d33d2942a0b4a2d14a (diff)
downloadpango-0b86506c7c19e3ef0c6581dfbc04aec769af57c3.tar.gz
Ignore undefined macros when importing freetype
Recently, freetype added checks for various options and forgot to check all combinations. This breaks building projects including freetype.h and using -Werror=undef.
Diffstat (limited to 'pango/Makefile.am')
-rw-r--r--pango/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 6df7d52c..95b4dd2a 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -15,6 +15,7 @@ SUBDIRS = mini-fribidi
INCLUDES = \
-DG_LOG_DOMAIN=\"Pango\" \
+ -DPANGO_COMPILATION \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-DSYSCONFDIR=\"$(sysconfdir)\" \