Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285606 - x11-libs/cairo: no need to depend on xcb-proto
Summary: x11-libs/cairo: no need to depend on xcb-proto
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-19 17:56 UTC by Rémi Cardona (RETIRED)
Modified: 2010-02-08 15:59 UTC (History)
1 user (show)

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 Rémi Cardona (RETIRED) gentoo-dev 2009-09-19 17:56:58 UTC
I saw that this morning and the dep is useless. xcb-proto only installs .xml descriptions of the X11 protocol, nothing that cairo can use directly.

In fact, cairo doesn't even check for xcb-proto at all.

The dep can be removed.

Thanks
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2010-02-08 05:25:36 UTC
cairo uses xcb bits. Where did the xcb headers go?
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2010-02-08 07:43:45 UTC
libxcb generates, builds and installs both C headers and libraries. xcb-proto only contains .xml descriptions of the protocol along with a few python libs to help writing parsers.

This is unlike the old X libs where [package]proto ships actual C headers that are #included by libX[package].

Cheers
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2010-02-08 15:59:12 UTC
alrightly then. removed the depend. Thanks for explaining it Remi.