Bug 39087

Summary: cairo-drm drm.h include is incorrect
Product: cairo Reporter: Patrick Nicolas <patricknicolas>
Component: xcb backendAssignee: Chris Wilson <chris>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium CC: psychon
Version: 1.10.3   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.