[CFT] Xorg Upgrade 7.5.2

Alberto Villa avilla at FreeBSD.org
Sat Feb 25 09:44:18 UTC 2012


I don't know if this has been reported already, but libGL now requires
glproto as run dependency too:

$ grep glproto /usr/local/libdata/pkgconfig/gl.pc
Requires.private: glproto >= 1.4.11 libdrm >= 2.4.24 dri2proto >= 2.1
x11 xext xdamage xfixes xxf86vm x11-xcb xcb-glx

I checked an old package, and this wasn't the case. As a result,
pkgconfig fails on every package depending - even remotely - on gl.pc
(thus breaking some builds - at least one for me):

$ pkg-config --cflags swfdec-0.8
Package glproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `glproto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glproto', required by 'gl', not found

Installing glproto fixes the issue.
-- 
Alberto Villa, FreeBSD committer <avilla at FreeBSD.org>
http://people.FreeBSD.org/~avilla


More information about the freebsd-x11 mailing list