From 791091174aef4ce1fa9b6513a96ddebd5cd7b3f3 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Mon, 23 Mar 2026 17:50:35 +0200 Subject: [PATCH] ports/cairo: Build with x support --- ports/cairo/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/cairo/build.sh b/ports/cairo/build.sh index 0b9a3c33..9a6c3abe 100755 --- a/ports/cairo/build.sh +++ b/ports/cairo/build.sh @@ -3,7 +3,7 @@ NAME='cairo' VERSION='1.18.4' DOWNLOAD_URL="https://cairographics.org/releases/cairo-$VERSION.tar.xz#445ed8208a6e4823de1226a74ca319d3600e83f6369f99b14265006599c32ccb" -DEPENDENCIES=('libpng' 'pixman' 'fontconfig' 'glib') +DEPENDENCIES=('libpng' 'pixman' 'fontconfig' 'glib' 'libX11' 'libXrender' 'libXext') CONFIGURE_OPTIONS=( '-Dprefix=/usr' '-Dtests=disabled'