Make libcap optional.

This commit is contained in:
Scott Anderson 2017-07-04 00:29:03 +12:00
parent 5c211e6195
commit dd40a42a99
4 changed files with 30 additions and 5 deletions

View file

@ -50,7 +50,7 @@ find_package(GBM REQUIRED)
find_package(LibInput REQUIRED)
find_package(XKBCommon REQUIRED)
find_package(Udev REQUIRED)
find_package(Libcap REQUIRED)
find_package(Libcap)
find_package(Systemd)
include(Wayland)