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
This commit is contained in:
2026-04-15 19:25:54 +03:00
parent aaade52146
commit eff6c79e9e

View File

@@ -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 \