Skip to content
  • Chun-wei Fan's avatar
    meson: Look for FreeType using CMake too · e50fbc1b
    Chun-wei Fan authored
    Some systems build FreeType using CMake rather than autotools (such as Visual
    Studio), which will give us CMake config files rather than pkg-config files, so
    if we can't find FreeType using pkg-config, try again using CMake.
    
    Please note that according to FreeType's docs/VERSIONS.TXT, the version we want
    when checking with CMake is 2.8.1 or later.
    e50fbc1b