Skip to content

Findx11 imported targets

Ben Boeckel requested to merge ben.boeckel/cmake:findx11-imported-targets into master

Note that Xft's dependencies on Freetype and Fontconfig are just as broken as before for the variable use case. If X11_Xft_LIB had been in X11_LIBRARIES, I'd have fixed it, but anyone using it already is doing their own find_package for those other dependencies (include and libraries). The imported target does offer the required dependencies however.

Merge request reports