From 0b86506c7c19e3ef0c6581dfbc04aec769af57c3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 31 May 2017 11:54:43 +0100 Subject: 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. --- pango/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/Makefile.am') 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)\" \ -- cgit v1.2.1