mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
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…
x
Reference in New Issue
Block a user