Fix detection of sys/event.h on FreeBSD < 12

Authored by tcberner on May 30 2017, 11:59 AM.

Description

Fix detection of sys/event.h on FreeBSD < 12

Summary:
Unfortunately I only tested the kevent stuff on FreeBSD 12. FreeBSD < 12 has an older clang, which seems to add less headers automatically.

The call to check_include_file(sys/event.h) fails as it's missing sys/types.h.
So change this to check_include_files(sys/types.h;sys/event.h).

Reviewers: FreeBSD

Subscribers: plasma-devel

Tags: Plasma

Differential Revision: https://phabricator.kde.org/D6024

Details

Committed
tcbernerMay 30 2017, 12:04 PM
Differential Revision
D6024: Fix detection of sys/event.h on FreeBSD < 12
Parents
R133:e83626300343: Merge branch 'Plasma/5.8' into Plasma/5.10
Branches
Unknown
Tags
Unknown