[cairo-bugs] [Bug 39087] New: cairo-drm drm.h include is incorrect
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jul 9 03:57:28 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=39087
Summary: cairo-drm drm.h include is incorrect
Product: cairo
Version: 1.10.3
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: xcb backend
AssignedTo: psychon at znc.in
ReportedBy: patricknicolas at laposte.net
QAContact: cairo-bugs at cairographics.org
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.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the cairo-bugs
mailing list