freetype2.wrap: Provide fallback for CMake dep as well

Add a freetype identifier in the 'provides' section so that the fallback will
kick in if FreeType is requested but was not found, and wrap mode is not
disabled.
This commit is contained in:
Chun-wei Fan 2022-02-17 16:18:41 +08:00
parent f0573d8462
commit d24ac4aac3
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ revision=VER-2-11-0
[provide]
freetype2 = freetype_dep
freetype = freetype_dep