[Bug 62198] x11-drivers/xf86-video-intel-2.21.4 and transparency

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 12 11:09:19 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=62198

--- Comment #18 from Ognian Tenchev <drJeckyll at Jeckyll.net> ---
#include "sna.h"

#if defined(__GNUC__) && (__GNUC__ >= 4) /* 4.4 */

#include <cpuid.h>

that is for me (rev 7bb06b02e67435354778fe87a3e0429fe3750c23) - to change 
#if defined(__GNUC__) && (__GNUC__ >= 4) /* 4.4 */

to:
#if HAS_GCC(4, 4) && 0

?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130312/c12eb70b/attachment.html>


More information about the intel-gfx-bugs mailing list