Skip to content
Commit 47cff0c9 authored by Louis Moureaux's avatar Louis Moureaux Committed by Nate Graham
Browse files

CMake: Explicitly check for required X11 libraries

CMake's FindX11 package reports that X11 was found even if not all libraries
are present. It also doesn't support proper components. This causes issues on
distros that split X11 headers into a myriad of small packages, for instance
Debian: some, but not all, components might be found.

Explicitly check that every X11 component used by Plasma was found by FindX11.
parent eb594ea7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment