From ac224149def533e53d5488b7158293a12eeeb9cd Mon Sep 17 00:00:00 2001 From: Troy C Date: Fri, 27 Feb 2015 15:17:15 -0600 Subject: [PATCH] Add freetype path for Ubuntu 12.04 --- cmake/ConkyPlatformChecks.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/ConkyPlatformChecks.cmake b/cmake/ConkyPlatformChecks.cmake index 25c68a90..e509325a 100644 --- a/cmake/ConkyPlatformChecks.cmake +++ b/cmake/ConkyPlatformChecks.cmake @@ -214,6 +214,7 @@ if(BUILD_X11) if(BUILD_XFT) find_path(freetype_INCLUDE_PATH config/ftconfig.h ${INCLUDE_SEARCH_PATH} /usr/include/freetype2 + /usr/include/freetype2/freetype /usr/local/include/freetype2 /usr/pkg/include/freetype2) if(freetype_INCLUDE_PATH)