Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206824 - dev-libs/DirectFB should not build any drivers by default
Summary: dev-libs/DirectFB should not build any drivers by default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 01:27 UTC by peter
Modified: 2008-01-21 06:06 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 peter 2008-01-21 01:27:07 UTC
/etc/make.conf:
VIDEO_CARDS="sis"

This is correct for X.Org, but it will cause DirectFB to compile all video drivers. The correct behaviour is to compile none, defaulting to the vesa framebuffer driver.



Reproducible: Always
Comment 1 SpanKY gentoo-dev 2008-01-21 06:06:44 UTC
the behavior now matches the common convention:
VIDEO_CARDS/INPUT_CARDS not set => all drivers
VIDEO_CARDS/INPUT_CARDS set but not matching DirectFB => no drivers

http://sources.gentoo.org/dev-libs/DirectFB/DirectFB-1.1.1.ebuild?r1=1.3&r2=1.4