CMake: Don't build egg-mkfont without Freetype

This commit is contained in:
Sam Edwards 2020-01-07 10:29:05 -07:00
parent 69ff54a3d4
commit 1eaf1654cd

View File

@ -1,4 +1,4 @@
if(NOT HAVE_EGG)
if(NOT HAVE_EGG OR NOT HAVE_FREETYPE)
return()
endif()