Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138851 - virtual/x11: make the xdriinfo dependency optional, please
Summary: virtual/x11: make the xdriinfo dependency optional, please
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-02 06:33 UTC by Carsten Lohrke (RETIRED)
Modified: 2006-07-02 11:53 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 Carsten Lohrke (RETIRED) gentoo-dev 2006-07-02 06:33:09 UTC
Not using a dri driver, the dependency is a bit pointless. Please change it to dri? ( x11-apps/xdriinfo ). 

Adding the dri and dlloader use flags to make.defaults would be sensible, btw..
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-07-02 11:53:28 UTC
(In reply to comment #0)
> Not using a dri driver, the dependency is a bit pointless. Please change it to
> dri? ( x11-apps/xdriinfo ). 

Good idea, done

> Adding the dri and dlloader use flags to make.defaults would be sensible, btw..

default-linux/make.defaults:

# 2006/03/07 - Donnie Berkholz <spyderous@gentoo.org>
# Modular X: Support direct rendering by default
USE="${USE} dri"

# 2006/07/01 - Donnie Berkholz <spyderous@gentoo.org>
# X: Build dlloader-using drivers, since >=6.9 uses dlloader, not elfloader
USE="${USE} dlloader"