build: add leftover WLR_HAS_LIBCAP
We don't support libcap anymore. This was left as a comment by Meson: /* #undef WLR_HAS_LIBCAP */
This commit is contained in:
parent
50b5f8558e
commit
513eca8dab
|
@ -1,8 +1,6 @@
|
||||||
#ifndef WLR_CONFIG_H
|
#ifndef WLR_CONFIG_H
|
||||||
#define WLR_CONFIG_H
|
#define WLR_CONFIG_H
|
||||||
|
|
||||||
#mesondefine WLR_HAS_LIBCAP
|
|
||||||
|
|
||||||
#mesondefine WLR_HAS_SYSTEMD
|
#mesondefine WLR_HAS_SYSTEMD
|
||||||
#mesondefine WLR_HAS_ELOGIND
|
#mesondefine WLR_HAS_ELOGIND
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue