Age | Commit message (Collapse) | Author |
|
add find_package(pkgconfig) where missing
Use HINTS instead of PATHS as the paths are provided by other things such as pkgconfig
As per cmake docs https://cmake.org/cmake/help/latest/command/find_library.html
Search the paths specified by the HINTS option. These should be paths computed by system
introspection, such as a hint provided by the location of another item already found.
Hard-coded guesses should be specified with the PATHS option.
Pull version requirements out of modules
|
|
|
|
|
|
|
|
|
|
GLX and VDPAU are only compatible with GL
|
|
|
|
Remove the limited color setting from the
generic settings.xml and add it to the platforms
that support limited range.
Create missing platform xml's for x11 and
wayland.
|
|
wayland can use either gl or gles and we need to know which in add-ons
|
|
|
|
|
|
|