[Buildroot] [git commit] package/wlroots: drop libcap dependency

Yann E. MORIN yann.morin.1998 at free.fr
Tue Sep 8 20:24:03 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=9c525cb433e635ab8db83a28add3db47c21339dc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

libcap has been drroped since version 0.11.0 and
https://github.com/swaywm/wlroots/commit/906c0766df2fec4bd32c316fd1b0d46fded5fc84

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Reviewed-by: Adrian Perez de Castro <aperez at igalia.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/wlroots/wlroots.mk | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk
index 7923e94325..27ccc8d5f3 100644
--- a/package/wlroots/wlroots.mk
+++ b/package/wlroots/wlroots.mk
@@ -27,13 +27,6 @@ ifeq ($(BR2_PACKAGE_FFMPEG),y)
 WLROOTS_DEPENDENCIES += ffmpeg
 endif
 
-ifeq ($(BR2_PACKAGE_LIBCAP),y)
-WLROOTS_CONF_OPTS += -Dlibcap=enabled
-WLROOTS_DEPENDENCIES += libcap
-else
-WLROOTS_CONF_OPTS += -Dlibcap=disabled
-endif
-
 ifeq ($(BR2_PACKAGE_LIBPNG),y)
 WLROOTS_DEPENDENCIES += libpng
 endif


More information about the buildroot mailing list