[arch-general] [arch-dev-public] [RFC] Add Wayland/Weston
On Sat, Feb 09, 2013 at 01:43:46PM +0100, Andreas Radke wrote:
I've pushed cairo with gl and egl backends to testing. xlib-xcb is now also enabled again that now should be safe to use.
I can't build mesa with --with-egl-platforms=x11,drm,wayland until we have wayland in community or extra to build against.
Package libclc was not found in the pkg-config search path. Perhaps you should add the directory containing `libclc.pc' to the PKG_CONFIG_PATH environment variable No package 'libclc' found Package libclc was not found in the pkg-config search path. Perhaps you should add the directory containing `libclc.pc' to the PKG_CONFIG_PATH environment variable No package 'libclc' found checking for XCB_DRI2... yes checking for xcb_dri2_connect_alignment_pad in -lxcb-dri2... yes checking for WAYLAND... no configure: error: Package requirements (wayland-client >= 1.0.2 wayland-server >= 1.0.2) were not met:
No package 'wayland-client' found No package 'wayland-server' found
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, -- William Giokas | KaiSforza GnuPG Key: 0xE99A7F0F Fingerprint: F078 CFF2 45E8 1E72 6D5A 8653 CDF5 E7A5 E99A 7F0F
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. -Andy
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, -- William Giokas | KaiSforza GnuPG Key: 0xE99A7F0F Fingerprint: F078 CFF2 45E8 1E72 6D5A 8653 CDF5 E7A5 E99A 7F0F
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. ++
participants (3)
-
Andreas Radke
-
Laurent Carlier
-
William Giokas