Hi, there...
Now there are some more cmake/build related problems around the compton...
First of all, now it requires libconfig, xinerama, xrandr and opengl as
nonoptional dependencies. I insist that they should be build-time
tweakable with common cmake flags. It seems that xrandr is not required at
build time at all... xinerama and opengl may be easily tweaked... but I'm a
bit concerned about the libconfig. Is there any way to config it without
the lib and do we need this configuration file for TDE to operate fine?
Secondly, it uses it's own CONFIG_* defines rather than tde's
HAVE_*/WITH_*. Is there any reasons to keep CONFIG_-style options?
I'll try prepare some patches...