Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26464 - links directfb support in ebuild
Summary: links directfb support in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL: links
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 02:01 UTC by Evan Langlois
Modified: 2003-09-09 02:35 UTC (History)
0 users

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


Attachments
patch for links (links.patch,455 bytes, patch)
2003-09-06 13:20 UTC, FL
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Langlois 2003-08-12 02:01:07 UTC
The ebuild for links doesn't seem to use the USE flag for directfb support.  It
will be compiled in if the configure script detects it, so it works, but its not
specifically enabled and listed as a dependency when the USE flag is on.  It
seems like this may be true for other packages as well.  An emerge -UD world
shouldn't leave binaries broken just because portage doesn't realize the
dependencies.
Comment 1 FL 2003-09-06 10:28:08 UTC
from what i know the ebuild is using the fbcon flag. this flag "adds fb driver support for the console, via the kernel". so there is no need to add the directfb flag.
Comment 2 FL 2003-09-06 13:20:34 UTC
Created attachment 17179 [details, diff]
patch for links

from what i understand now is that fbcon will enable fb support. so there is no
command to enable directfb support from command line. this patch will add
directfb to depend and configure will hopefully enbale it automatically.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-09 02:35:56 UTC
added to the ebuild, thanks Florian