From bff8fa97e16f0f06fddc5545ea36c8bd2b18a580 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 6 May 2013 11:08:29 +0200 Subject: 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 --- config_host/config_harfbuzz.h.in | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 config_host/config_harfbuzz.h.in (limited to 'config_host') 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 -- cgit