1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

Add freetype path for Ubuntu 12.04

This commit is contained in:
Troy C 2015-02-27 15:17:15 -06:00
parent 80470556b9
commit ac224149de

View File

@ -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)