CMake: Don't build egg-mkfont without Freetype
This commit is contained in:
parent
69ff54a3d4
commit
1eaf1654cd
|
|
@ -1,4 +1,4 @@
|
|||
if(NOT HAVE_EGG)
|
||||
if(NOT HAVE_EGG OR NOT HAVE_FREETYPE)
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue