This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
panda3d
mirror of
https://github.com/panda3d/panda3d
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
CMake: Don't build egg-mkfont without Freetype
Sam Edwards
6 years ago
parent
69ff54a3d4
commit
1eaf1654cd
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
pandatool/src/egg-mkfont/CMakeLists.txt
+ 1
- 1
pandatool/src/egg-mkfont/CMakeLists.txt
View File
@@ -1,4 +1,4 @@
-if(NOT HAVE_EGG)
+if(NOT HAVE_EGG
OR NOT HAVE_FREETYPE
)
return()
endif()