cairo: devel package needs glib devel for pkgconfig.

This commit is contained in:
Augustin Cavalier
2022-01-24 13:31:26 -05:00
parent 3f28692ad3
commit c8852e9777

View File

@@ -19,7 +19,7 @@ COPYRIGHT="2000, 2002, 2004-2007 Keith Packard
2002-2010 many others"
LICENSE="GNU LGPL v2.1
MPL v1.1"
REVISION="3"
REVISION="4"
SOURCE_URI="http://cairographics.org/releases/cairo-$portVersion.tar.xz"
CHECKSUM_SHA256="5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331"
PATCHES="cairo-$portVersion.patchset"
@@ -57,6 +57,7 @@ PROVIDES_devel="
"
REQUIRES_devel="
cairo$secondaryArchSuffix == $portVersion base
devel:libglib_2.0$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
devel:libpixman_1$secondaryArchSuffix
"