Browse Source

CMake: Don't build egg-mkfont without Freetype

Sam Edwards 6 years ago
parent
commit
1eaf1654cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/egg-mkfont/CMakeLists.txt

+ 1 - 1
pandatool/src/egg-mkfont/CMakeLists.txt

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