ports/cairo: Build with x support

This commit is contained in:
Bananymous 2026-03-23 17:50:35 +02:00
parent dd9280c6ea
commit 791091174a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
NAME='cairo' NAME='cairo'
VERSION='1.18.4' VERSION='1.18.4'
DOWNLOAD_URL="https://cairographics.org/releases/cairo-$VERSION.tar.xz#445ed8208a6e4823de1226a74ca319d3600e83f6369f99b14265006599c32ccb" 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=( CONFIGURE_OPTIONS=(
'-Dprefix=/usr' '-Dprefix=/usr'
'-Dtests=disabled' '-Dtests=disabled'