mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user