aboutsummaryrefslogtreecommitdiff
path: root/CMake/FindEpollShim.cmake
AgeCommit message (Collapse)AuthorLines
2017-12-01remove the rest of cmakeFurkan Sahin-17/+0
2017-05-17Revert "Drop epoll dependency"Furkan Sahin-0/+17
This reverts commit ab73ed698d2e6f73a42e100f1c5576b221868bfa.
2017-05-17Drop epoll dependencyFurkan Sahin-17/+0
2016-12-08Fix build on FreeBSDFurkan Sahin-0/+17
- Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux