mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
Make libcap optional.
This commit is contained in:
parent
5c211e6195
commit
dd40a42a99
4 changed files with 30 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue