From d088ee0f38754fa59ae4c7e4f606c0c0dc1ee809 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 20 Dec 2017 16:54:41 -0300 Subject: [PATCH] Minor change in USE_SHARED_HARFBUZZ option text --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8af89cc16..b9dee0a5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ option(USE_SHARED_LIBWEBP "Use your installed copy of libwebp" off) option(USE_SHARED_TINYXML "Use your installed copy of tinyxml" off) option(USE_SHARED_PIXMAN "Use your installed copy of pixman" off) option(USE_SHARED_FREETYPE "Use shared FreeType library" off) -option(USE_SHARED_HARFBUZZ "Use shared Harfbuzz library" off) +option(USE_SHARED_HARFBUZZ "Use shared HarfBuzz library" off) option(USE_SHARED_ALLEGRO4 "Use shared Allegro 4 library (without resize support)" off) option(ENABLE_MEMLEAK "Enable memory-leaks detector (only for developers)" off) option(ENABLE_UPDATER "Enable automatic check for updates" on)