Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267286 - media-sound/pulseaudio needs to depend on x11-libs/libXtst when USE=X
Summary: media-sound/pulseaudio needs to depend on x11-libs/libXtst when USE=X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-24 00:38 UTC by Jonathan Callen (RETIRED)
Modified: 2009-05-09 11:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Callen (RETIRED) gentoo-dev 2009-04-24 00:38:11 UTC
When --enable-x11 is passed to ./configure for media-sound/pulseaudio-0.9.15, it checks for the existance of four libraries via pkg-config: x11 ice sm xtst.  The DEPEND/RDEPEND for the pulseaudio ebuild, however, only requires three of them: libX11, libICE, and libSM.  There is a hard failure if libXtst is not also installed.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-05-09 11:23:04 UTC
+  09 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+  pulseaudio-0.9.15.ebuild:
+  Missing x11-libs/libXtst dep for USE X wrt #267286