Fix check for SCHED_RESET_ON_FORK feature in clean build
ClosedPublic

Authored by garrison on Jul 9 2019, 7:05 AM.

Details

Summary

Configuration macro HAVE_SCHED_RESET_ON_FORK is not reflecting availability of SCHED_RESET_ON_FORK
in config-kwin.h because that feature is detected after file is already generated.

Fix this by moving config-kwin.h generation after feature detection.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
garrison created this revision.Jul 9 2019, 7:05 AM
Restricted Application added a subscriber: kwin. · View Herald TranscriptJul 9 2019, 7:05 AM
garrison requested review of this revision.Jul 9 2019, 7:05 AM

do not have commit access, please apply if this fits after review

broulik added a reviewer: KWin.Jul 9 2019, 8:10 AM
davidedmundson accepted this revision.Jul 9 2019, 8:11 AM
This revision is now accepted and ready to land.Jul 9 2019, 8:11 AM

please apply, I do not have commit access yet

zzag retitled this revision from fix check for SCHED_RESET_ON_FORK feature in clean build to Fix check for SCHED_RESET_ON_FORK feature in clean build.Jul 9 2019, 8:27 AM
This revision was automatically updated to reflect the committed changes.