aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindFreetype.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindFreetype.cmake b/modules/FindFreetype.cmake
index 0aee8be1..426b5e39 100644
--- a/modules/FindFreetype.cmake
+++ b/modules/FindFreetype.cmake
@@ -1,8 +1,8 @@
# - Try to find the freetype library
# Once done this will define
#
-# FREETYPE_FOUND - system has Fontconfig
-# FREETYPE_INCLUDE_DIR - the FONTCONFIG include directory
+# FREETYPE_FOUND - system has Freetype
+# FREETYPE_INCLUDE_DIR - the FREETYPE include directory
# FREETYPE_LIBRARIES - Link these to use FREETYPE
#
# Copyright (c) 2006, Laurent Montel, <montel@kde.org>