mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Fix freetype include path
This commit is contained in:
parent
34903b493f
commit
80470556b9
@ -212,7 +212,7 @@ if(BUILD_X11)
|
|||||||
|
|
||||||
# check for Xft
|
# check for Xft
|
||||||
if(BUILD_XFT)
|
if(BUILD_XFT)
|
||||||
find_path(freetype_INCLUDE_PATH freetype/config/ftconfig.h ${INCLUDE_SEARCH_PATH}
|
find_path(freetype_INCLUDE_PATH config/ftconfig.h ${INCLUDE_SEARCH_PATH}
|
||||||
/usr/include/freetype2
|
/usr/include/freetype2
|
||||||
/usr/local/include/freetype2
|
/usr/local/include/freetype2
|
||||||
/usr/pkg/include/freetype2)
|
/usr/pkg/include/freetype2)
|
||||||
|
Loading…
Reference in New Issue
Block a user