Browse Source

harfbuzz: cmake changes to work with megasource

Sasha Szpakowski 3 years ago
parent
commit
d897f6791d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      libs/harfbuzz/CMakeLists.txt

+ 4 - 0
libs/harfbuzz/CMakeLists.txt

@@ -709,6 +709,10 @@ if (HB_BUILD_UTILS)
   mark_as_advanced(CAIRO_INCLUDE_DIRS CAIRO_LIBRARIESNAMES)
 endif ()
 
+if (MEGA)
+  return()
+endif ()
+
 ## Install
 include (GNUInstallDirs)