diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-04 12:06:07 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-04 14:34:06 +0200 |
commit | 83e835156bc32bb904552465354b5b477a66d503 (patch) | |
tree | e7641b97f684ab63069d7af8c272799909a81dfb /config_host.mk.in | |
parent | cce14c9717e3c21a61bbd4ce620d17fa23feafa2 (diff) |
Bin ATSUI code
TDF has been shipping a CoreText-using LO since 4.1 and the sky hasn't
fallen. Getting rid of the ATSUI code will make other needed
refactoring easier.
Change-Id: I494096c3988ea26fa2b336621857d32b64b040f0
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index e5177856036f..ba194a4de48b 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -105,7 +105,6 @@ export EBOOK_CFLAGS=$(gb_SPACE)@EBOOK_CFLAGS@ export EBOOK_LIBS=$(gb_SPACE)@EBOOK_LIBS@ export ENABLE_AVAHI=@ENABLE_AVAHI@ export ENABLE_CAIRO_CANVAS=@ENABLE_CAIRO_CANVAS@ -export ENABLE_CORETEXT=@ENABLE_CORETEXT@ export ENABLE_CRASHDUMP=@ENABLE_CRASHDUMP@ export ENABLE_CUPS=@ENABLE_CUPS@ export ENABLE_DBGUTIL=@ENABLE_DBGUTIL@ |