Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309595 - x11-drivers/xf86-input-tslib needs x11-libs/tslib in DEPEND
Summary: x11-drivers/xf86-input-tslib needs x11-libs/tslib in DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: solar (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-15 14:39 UTC by Chí-Thanh Christopher Nguyễn
Modified: 2010-03-15 16:46 UTC (History)
1 user (show)

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 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-03-15 14:39:58 UTC
While building the list of packages for bug 308521, I noticed that x11-drivers/xf86-input-tslib failed due to missing -lts

Reproducible: Always

Steps to Reproduce:
1. emerge -C x11-libs/tslib
2. emerge --buildpkgonly x11-drivers/xf86-input-tslib

Actual Results:  
checking for ts_open in -lts... no                                                           
Error! You need to have libts.                                                               

Expected Results:  
Pull in x11-libs/tslib before building. Presently, x11-libs/tslib is only in RDEPEND and not in DEPEND.