File unbundle_harfbuzz.patch of Package organicmaps
Index: organicmaps-2024.03.05/3party/CMakeLists.txt =================================================================== --- organicmaps-2024.03.05.orig/3party/CMakeLists.txt +++ organicmaps-2024.03.05/3party/CMakeLists.txt @@ -22,7 +22,11 @@ if (NOT PLATFORM_LINUX) add_subdirectory(icu) endif() -add_subdirectory(harfbuzz) +if (PLATFORM_LINUX) + find_package(harfbuzz REQUIRED) +else() + add_subdirectory(harfbuzz) +endif() add_subdirectory(liboauthcpp) add_subdirectory(minizip) add_subdirectory(open-location-code)