Skip to content
Unverified Commit 7a298732 authored by Andreas Sturmlechner's avatar Andreas Sturmlechner
Browse files

Add CMake option to build WITHOUT_X11, drop unused X11 dependency

We want to be able to build without X11 support even if some of the
used libraries may not work w/o X11 themselves yet or need to be built
with X11 support for other reverse dependencies.

KRULER_HAVE_X11 already exists and is set automagically so far, but
using -DCMAKE_DISABLE_FIND_PACKAGE_X11 will break if any dependencies
list X11 as required in their cmake config.

X11 dependency (introduced in 4c7cab8e

)
was not actually used at build time, so the new option will replace it
to determine if the feature is enabled, however libXCB remains
non-required.

Signed-off-by: default avatarAndreas Sturmlechner <asturm@gentoo.org>
parent bf3244e2
Pipeline #211163 passed with stage
in 2 minutes and 15 seconds
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