From 43dab178c092282a3d25619e1f75e8b8ff44ab45 Mon Sep 17 00:00:00 2001 From: Ganael Laplanche Date: Fri, 3 Mar 2017 21:26:44 +0000 Subject: [PATCH] Use ${FREETYPE_INCLUDE_DIRS} instead of hardcoded path --- utils/fgpanel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fgpanel/CMakeLists.txt b/utils/fgpanel/CMakeLists.txt index 484c14261..24f144ff8 100644 --- a/utils/fgpanel/CMakeLists.txt +++ b/utils/fgpanel/CMakeLists.txt @@ -19,7 +19,7 @@ find_path(BCMHOST_INCLUDE_DIR ) include_directories( - /usr/include/freetype2 + ${FREETYPE_INCLUDE_DIRS} ${PNG_INCLUDE_DIR} )