diff --git a/patch/sdl2_ttf-fix-cmake.diff b/patch/sdl2_ttf-fix-cmake.diff new file mode 100644 index 00000000..edd6a7e4 --- /dev/null +++ b/patch/sdl2_ttf-fix-cmake.diff @@ -0,0 +1,6 @@ +--- /dev/null ++++ a/SDL2_ttfConfig.cmake +@@ -0,0 +1,3 @@ ++include(CMakeFindDependencyMacro) ++find_dependency(Freetype) ++include("${CMAKE_CURRENT_LIST_DIR}/SDL2_TTFTargets.cmake")