summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEric Mader <mader@jtcsv.com>2002-05-07 20:39:14 +0000
committerEric Mader <emader@src.gnome.org>2002-05-07 20:39:14 +0000
commit75f53e998d6aa5961cfacde2f4a943df5c026c10 (patch)
tree4802d42b003ffb6679f76b9c3ac78be98eda433e /configure.in
parentd8131cfedbb7903c382b5df44bb00f8ebe5d00b2 (diff)
downloadpango-75f53e998d6aa5961cfacde2f4a943df5c026c10.tar.gz
Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com> * Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, indic-ot-class-tables.c * pango/opentype/ftxgdef.c: Compute full offset for mark attachment class table * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if nothing matches * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1fa4aac2..1fba2905 100644
--- a/configure.in
+++ b/configure.in
@@ -344,7 +344,7 @@ arabic_modules="arabic-ft2,arabic-x,arabic-xft"
basic_modules="basic-ft2,basic-win32,basic-x,basic-xft"
hangul_modules="hangul-x"
hebrew_modules="hebrew-ft2,hebrew-x,hebrew-xft"
-indic_modules="bengali-x,devanagari-x,gurmukhi-x,gujarati-x,myanmar-x"
+indic_modules="bengali-x,devanagari-x,gurmukhi-x,gujarati-x,myanmar-x,indic-xft"
tamil_modules="tamil-x,tamil-xft"
thai_modules="thai-x"
@@ -421,6 +421,7 @@ AM_CONDITIONAL(INCLUDE_TAMIL_XFT,echo $included_modules | grep '\(^\|,\)tamil-xf
AM_CONDITIONAL(INCLUDE_THAI_X,echo $included_modules | grep '\(^\|,\)thai-x\($\|,\)' > /dev/null)
+AM_CONDITIONAL(INCLUDE_INDIC_XFT,echo $included_modules | grep '\(^\|,\)indic-xft\($\|,\)' > /dev/null)
#
# We use flockfile to implement pango_getline() - should be moved to GLib