diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-07-28 18:37:36 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-04 16:13:40 -0700 |
commit | 7d30b3f91958a3ff45ee2b8e5de2b6186cadfb72 (patch) | |
tree | c598289612344faffb3b0225707f1c2ed2282de8 /configure.ac | |
parent | 14c11dd96e1547aaede1bb05a0243f5b0b53186e (diff) | |
download | pango-7d30b3f91958a3ff45ee2b8e5de2b6186cadfb72.tar.gz |
Deprecate module system, skip it for shaper modules
Now shaper is discovered via (previously unused!) font->find_shaper().
I'm keeping that just to allow clients override shaping. Though,
even that I'm not sure we want to keep.
Wraps shaper in PangoEngineShape structs to keep PangoAnalysis API
intact.
Deprecated pango-modules.h and some pango-engine.h. Language modules
are not moved yet.
Wired up PangoFc, PangoWin32, and PangoCoretext shapers.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 730a380c..235d0085 100644 --- a/configure.ac +++ b/configure.ac @@ -467,7 +467,6 @@ GOBJECT_INTROSPECTION_CHECK([0.9.5]) # Modules to build # arabic_modules="arabic-lang" -basic_modules="basic-fc,basic-win32,basic-coretext" indic_modules="indic-lang" thai_modules="" @@ -475,7 +474,7 @@ if $have_libthai ; then thai_modules="thai-lang" fi -all_modules="$arabic_modules,$basic_modules,$indic_modules,$thai_modules" +all_modules="$arabic_modules,$indic_modules,$thai_modules" INCLUDED_FC_MODULES= INCLUDED_WIN32_MODULES= @@ -839,7 +838,6 @@ pango/pangoxft.rc pango-view/Makefile modules/Makefile modules/arabic/Makefile -modules/basic/Makefile modules/indic/Makefile modules/thai/Makefile examples/Makefile |