Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2012 10:43:56 +0100
From:      Alberto Villa <avilla@FreeBSD.org>
To:        miwi@freebsd.org
Cc:        x11@freebsd.org
Subject:   Re: [CFT] Xorg Upgrade 7.5.2
Message-ID:  <CAJp7RHY5rg7-48zvqapH%2BGTrt6zAHhBbVPsO7f2t2YQkHXDWXw@mail.gmail.com>
In-Reply-To: <20120206014536.7ece944b.miwi@FreeBSD.org>
References:  <20120206014536.7ece944b.miwi@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
http://people.FreeBSD.org/~avilla



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJp7RHY5rg7-48zvqapH%2BGTrt6zAHhBbVPsO7f2t2YQkHXDWXw>