Browse Source

CMake: Don't build egg-mkfont without Freetype

Sam Edwards 6 năm trước cách đây
mục cha
commit
1eaf1654cd

+ 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()
   return()
 endif()
 endif()