Am 2017-01-12 04:10, schrieb Kevin Kofler:
Martin Gräßlin wrote:
#if 0
// code already written, but not enabled as CI doesn't have it
#endif
If you already have this, then why don't you just write:
#ifdef HAVE_FOO_1_23
or
#if HAVE_FOO_1_23
with an appropriate #cmakedefine instead of #if 0? Then things will
just
work and everybody will be happy.
Everybody except I. I would have to maintain that mess. And I don't have
time to maintain multiple compile time paths.
Sorry, if the KDE community wants a KWin with multiple compile paths,
the KDE community should ASAP start looking for a maintainer who has the
time to support it.
Cheers
Martin