From 513eca8dabe1b98f6169a0afa046825daa2c76ea Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 3 Dec 2020 00:05:38 +0100 Subject: [PATCH] build: add leftover WLR_HAS_LIBCAP We don't support libcap anymore. This was left as a comment by Meson: /* #undef WLR_HAS_LIBCAP */ --- include/wlr/config.h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wlr/config.h.in b/include/wlr/config.h.in index cd42987b..c139a4d6 100644 --- a/include/wlr/config.h.in +++ b/include/wlr/config.h.in @@ -1,8 +1,6 @@ #ifndef WLR_CONFIG_H #define WLR_CONFIG_H -#mesondefine WLR_HAS_LIBCAP - #mesondefine WLR_HAS_SYSTEMD #mesondefine WLR_HAS_ELOGIND