summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-05-17 13:10:33 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-05-17 13:10:33 -0400
commit91f2bf81bf89699d43083f3d3a27805ba5e395a9 (patch)
tree11cf13f0465a8ed7854c1738c084fecfc19c9f12 /CMakeLists.txt
parentMerge pull request #1218 from Hummer12007/suicaps (diff)
downloadsway-91f2bf81bf89699d43083f3d3a27805ba5e395a9.tar.gz
sway-91f2bf81bf89699d43083f3d3a27805ba5e395a9.tar.zst
sway-91f2bf81bf89699d43083f3d3a27805ba5e395a9.zip
Drop epoll dependency
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ed45830..da505cd4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,10 +68,6 @@ find_package(PAM)
68find_package(LibInput REQUIRED) 68find_package(LibInput REQUIRED)
69find_package(Libcap REQUIRED) 69find_package(Libcap REQUIRED)
70 70
71if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
72 find_package(EpollShim REQUIRED)
73endif (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
74
75include(FeatureSummary) 71include(FeatureSummary)
76include(Manpage) 72include(Manpage)
77include(GNUInstallDirs) 73include(GNUInstallDirs)