Gentoo Archives: gentoo-hardened

From: Alex Efros <powerman@××××××××.name>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] pidgin & libGL
Date: Wed, 16 Feb 2011 18:51:40
Message-Id: 20110216184956.GB5669@home.power
In Reply to: Re: [gentoo-hardened] pidgin & libGL by pageexec@freemail.hu
1 Hi!
2
3 On Wed, Feb 16, 2011 at 06:19:59PM +0200, pageexec@××××××××.hu wrote:
4 > what's lddtree say? here libGL is loaded for libgtk-x11-2.0.so (x11-libs/gtk+)
5 > which is needed when you have USE=gtk. so you should look at gtk+ and see why
6 > it needs libGL (or better, whether it's configurable).
7
8 Thanks for the hint. On my system it's x11-libs/cairo:
9 ...
10 libcairo.so.2 => /usr/lib/libcairo.so.2
11 libEGL.so.1 => /usr/lib/libEGL.so.1
12 libQtGui.so.4 => /usr/lib/qt4/libQtGui.so.4
13 libQtCore.so.4 => /usr/lib/qt4/libQtCore.so.4
14 libGL.so.1 => /usr/lib/opengl/nvidia/lib/libGL.so.1
15 libnvidia-tls.so.260.19.29 => /usr/lib/opengl/nvidia/lib/libnvidia-tls.so.260.19.29
16 libnvidia-glcore.so.260.19.29 => /usr/lib/libnvidia-glcore.so.260.19.29
17 ...
18
19 Rebuilding x11-libs/cairo without USE-flag "opengl" solved issue for pidgin.
20
21 --
22 WBR, Alex.