Bug 423

Summary: cairo: Allow DirectFB backend to be built.
Product: buildroot Reporter: Will Newton <will.newton>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Allow cairo DirectFB backend to be configured.

Description Will Newton 2009-06-24 15:18:26 UTC
Created attachment 425 [details]
Allow cairo DirectFB backend to be configured.

This patch allows the DirectFB backend of cairo to be configured. depends rather than select is used in the Config.in to avoid a recursive dependency issue.
Comment 1 Peter Korsgaard 2009-07-04 21:50:58 UTC
Hmm, the _DEPENDENCIES line is at the wrong location (it gets added if the option is NOT enabled), but more importantly, why do we need this patch in the first place? The cairo package has supported directfb for a long time (since the beginning afaik) transparently, just like the X support
Comment 2 Will Newton 2009-07-06 19:44:08 UTC
Yes, you're right, this patch is wrong on a number of levels simultaneously. 

Closing as invalid.