summaryrefslogtreecommitdiff
path: root/modules/thai
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-02-17 22:04:29 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-02-17 22:04:29 +0000
commit411bd8c907fbf018a8d7529b6a858a8c11f87bd3 (patch)
tree12408b3fbbaaca409e202dab63eecc3e5e2c8712 /modules/thai
parent837fdf20fad1c7d3302f5ccf2fb9eada57a6067d (diff)
downloadpango-411bd8c907fbf018a8d7529b6a858a8c11f87bd3.tar.gz
Add an --enable-debug configure argument defaulting to 'yes' for unstable
Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com> * configure.in **/Makefile.am: Add an --enable-debug configure argument defaulting to 'yes' for unstable releases and 'minimum' for stable releases. For minimum, -DG_DISABLE_CAST_CHECKS. * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c pango/pangoxft-fontmap.c: Add caching of fontsets (#104495, initial patch and review by Soeren Sandmann) * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c pango/pangoxft-fontmap.c pango/pangoft2-private.h pango/pangoxft-private.h: Remove cache of recently freed fonts; not necessary now that we cache fontsets. * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free): Rename from pango_fc_font_set_free to reflect what it actually does. * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c pango/pangoxft-fontmap.c: Combine clear-the-cache functions; we didn't need separate clear-the-font-cache and clear-the-pattern-cache functions.
Diffstat (limited to 'modules/thai')
-rw-r--r--modules/thai/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/thai/Makefile.am b/modules/thai/Makefile.am
index 84d49a65..6e27c439 100644
--- a/modules/thai/Makefile.am
+++ b/modules/thai/Makefile.am
@@ -51,6 +51,7 @@ moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
INCLUDES = \
-DPANGO_ENABLE_ENGINE \
-DG_DISABLE_DEPRECATED \
+ $(PANGO_DEBUG_FLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/pango/ \
$(moddefine) \