aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2016-05-22 22:27:22 +0200
committerSylvain Munaut <tnt@246tNt.com>2016-05-22 22:34:22 +0200
commit0c4bd380ef99426fed00423c889243ad8ad709c7 (patch)
tree9fc13604c8d056023db6ec1f6c2fbe8c5efdcdff /lib
parente1eb11b2d8bd0270950d76710017957597929397 (diff)
gr-fosphor: Rely on the system-wide FindFreetype
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 08f7ff1..db29da7 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -38,13 +38,13 @@ add_custom_command(
include_directories(
${OPENGL_INCLUDE_DIRS}
${OpenCL_INCLUDE_DIRS}
- ${FREETYPE2_INCLUDE_DIRS}
+ ${FREETYPE_INCLUDE_DIRS}
${Boost_INCLUDE_DIR}
)
link_directories(
${OPENGL_LIBRARY_DIRS}
${OpenCL_LIBRARY_DIRS}
- ${FREETYPE2_LIBRARY_DIRS}
+ ${FREETYPE_LIBRARY_DIRS}
${Boost_LIBRARY_DIRS}
)
@@ -85,7 +85,7 @@ list_cond_append(ENABLE_WX fosphor_sources wx_core_sink_c_impl.cc)
list(APPEND fosphor_libraries
${OPENGL_LIBRARIES}
${OpenCL_LIBRARIES}
- ${FREETYPE2_LIBRARIES}
+ ${FREETYPE_LIBRARIES}
${Boost_LIBRARIES}
${GNURADIO_ALL_LIBRARIES}
${CMAKE_DL_LIBS}