Le dimanche 10 février 2013 04:11:36 William Giokas a écrit :
On Sun, Feb 10, 2013 at 11:03:07AM +0100, Andreas Radke wrote:
Am Sun, 10 Feb 2013 03:51:47 -0600
schrieb William Giokas <1007380@gmail.com>:
I'm getting pkg-config errors too, but for totally unrelated packages, like webkit-1.0. Downgrading cairo to [core] fixes that for me (and allows me to build things again) but the one in testing somehow breaks pkg-config. I have no idea what's going on, but if you need me to run something, I'll be glad to give some output.
Steps to reproduce:
# pacman -S testing/cairo webkitgtk [...] $ pkg-config webkit-1.0; echo $? 1 # pacman -S extra/cairo [...] $ pkg-config webkit-1.0; echo $? 0
Thanks,
https://bugs.archlinux.org/task/33793
I wonder why Gentoo and Fedora don't run into this. There are several .pc files included that should cover all cairo features.
This seems to make cairo depend on mesa. (mesa has the gl.pc file that pkg-config is looking for)
Thanks,
As an optdepend(), only useful to build package with cairo, not as a runtime. ++