mirror of
https://github.com/swaywm/sway.git
synced 2025-11-19 06:59:52 -05:00
Merge pull request #1150 from JerziKaminsky/cmake_find_libcap
Add libcap check to CMake
This commit is contained in:
commit
7fee555a46
4 changed files with 59 additions and 1 deletions
|
|
@ -11,8 +11,8 @@
|
|||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/capability.h>
|
||||
#ifdef __linux__
|
||||
#include <sys/capability.h>
|
||||
#include <sys/prctl.h>
|
||||
#endif
|
||||
#include "sway/extensions.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue