Bug 423 - cairo: Allow DirectFB backend to be built.
Summary: cairo: Allow DirectFB backend to be built.
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-24 15:18 UTC by Will Newton
Modified: 2009-07-06 19:44 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Allow cairo DirectFB backend to be configured. (1.28 KB, patch)
2009-06-24 15:18 UTC, Will Newton
Details

Note You need to log in before you can comment on or make changes to this bug.
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.