Skip to content

Fix HAVE_X11 check

Nicolas Fella requested to merge work/fixx11 into master

Currently HAVE_X11 is defined to 'true', which doesn't do what we want

Instead ensure that it is defined to either 0 or 1

Merge request reports