From eff6c79e9e9f96580fd5d9b9560c8894897a35c0 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Wed, 15 Apr 2026 19:25:54 +0300 Subject: [PATCH] ports/xbanan: Update to a working version Also don't depend on mesa or Xlib. We only need the protocol headers to compile the project --- ports/xbanan/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/xbanan/build.sh b/ports/xbanan/build.sh index d242ab0b..8de70e73 100755 --- a/ports/xbanan/build.sh +++ b/ports/xbanan/build.sh @@ -2,8 +2,8 @@ NAME='xbanan' VERSION='git' -DOWNLOAD_URL="https://git.bananymous.com/Bananymous/xbanan.git#b228ef13c41adff2738acaeda5db804ebf493bfd" -DEPENDENCIES=('mesa' 'libX11' 'xorgproto') +DOWNLOAD_URL="https://git.bananymous.com/Bananymous/xbanan.git#b2c642f03d2e498e9d6acd55cc89a5e76c220811" +DEPENDENCIES=('xorgproto') configure() { cmake --fresh -B build -S . -G Ninja \