Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274916 - xf86-video-ati doesn't compile with minimal flag on xorg-server
Summary: xf86-video-ati doesn't compile with minimal flag on xorg-server
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tomáš Chvátal (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-06-21 09:49 UTC by vp
Modified: 2009-06-26 11:08 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 vp 2009-06-21 09:49:47 UTC
xf86-vide-ati doesn't compile if the minimal USE flag is set in xorg-server

Reproducible: Always

Steps to Reproduce:
1.USE="minimal" emerge xorg-server
2.emerge xf86-video-ati
3.

Actual Results:  
dri.h not found

Expected Results:  
should compile just fine, that or it should complain depend on xorg-server being there without the minimal use flag and complain when checking dependencies
Comment 1 Wormo (RETIRED) gentoo-dev 2009-06-26 06:34:04 UTC
This looks related to Bug 216196... however previous solution of forcing dri for the driver fails in this case since your X was built without dri (so this is not a duplicate bug)

Assigning to maintainer.
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2009-06-26 11:08:48 UTC
Thanks for report, confirmed.
Ebuilds transfered to eapi2 and depend on xorg-server with -minimal useflag.