summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-05-06 11:08:29 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2013-05-06 17:22:31 +0200
commitbff8fa97e16f0f06fddc5545ea36c8bd2b18a580 (patch)
tree68f92f1622770a178a770f802ec8f6b4db3e1a3b /config_host
parentf0393d7ff69011a16b100541ef18e5090544e4a1 (diff)
Enable HarfBuzz by default
HarfBuzz integration should be functional now, so to give it more wider testing it is made now a required dependency on non-Windows non-Mac OSs. By default text layout is now done by HarfBuzz but ICU LayoutEngine is kept as a fallback and can be enabled with SAL_USE_ICULE env variable. After 4.1.x is branched, ICU LayoutEngine should be removed completely. Change-Id: I4fe3beeaf6092f33dd436906c11b83aeafdfbd5d
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_harfbuzz.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config_host/config_harfbuzz.h.in b/config_host/config_harfbuzz.h.in
deleted file mode 100644
index b408f5234297..000000000000
--- a/config_host/config_harfbuzz.h.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef CONFIG_HARFBUZZ_H
-#define CONFIG_HARFBUZZ_H
-
-#define ENABLE_HARFBUZZ 0
-
-#endif