Bug 39087 - cairo-drm drm.h include is incorrect
Summary: cairo-drm drm.h include is incorrect
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: xcb backend (show other bugs)
Version: 1.10.3
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Chris Wilson
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-09 03:57 UTC by Patrick Nicolas
Modified: 2011-07-23 01:10 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Patrick Nicolas 2011-07-09 03:57:26 UTC
In cairo-xcb-screen.c line 130 include statement is
#include <drm/drm.h>

It should be replaced by
#include <drm.h>

On Gentoo this makes cairo-drm build, it fails with the original source. pkgconfig should give add the correct -I option.
Comment 1 Uli Schlachter 2011-07-23 01:10:51 UTC
xcb-drm was removed, together with this include. I guess this means that it still doesn't build, but this bug is certainly gone.

http://cgit.freedesktop.org/cairo/commit/?id=507b8abcf6326bbbe8c188016043b21438256b71


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.