From be586f6ca6b39abc5d0694ad136a8f1c1e5deb0e Mon Sep 17 00:00:00 2001 From: okuoku Date: Thu, 18 Feb 2021 20:12:44 +0900 Subject: [PATCH] stub-out --- Source/WTF/wtf/Platform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index f0d7554d07293..2ee33e5f403ff 100644 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -565,9 +565,9 @@ #if PLATFORM(GTK) || PLATFORM(WPE) #define USE_GLIB 1 -#define USE_FREETYPE 1 -#define USE_HARFBUZZ 1 -#define USE_SOUP 1 +//#define USE_FREETYPE 1 +//#define USE_HARFBUZZ 1 +//#define USE_SOUP 1 #if PLATFORM(GTK) #define USE_WEBP 1