[Mesa-dev] [Bug 55788] mesa fails to build against git version of xserver
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Oct 27 10:59:53 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=55788
--- Comment #3 from Marvin Schmidt <marvin_schmidt at gmx.net> ---
Created attachment 69161
--> https://bugs.freedesktop.org/attachment.cgi?id=69161&action=edit
remove miInitializeBackingStore call
The fix has to be made in mesa, as the mentioned commit in xserver explains:
commit 1cb0261ef54b7dd6a7ef84e1c3959e424706228b
Author: Daniel Martin <consume.noise at gmail.com>
Date: Thu Sep 6 00:38:26 2012 +0200
dix: Delete mibstore.h
Since Nov 2010 (commit c4c4676) the only purpose of mibstore.h was to
define an empty function (miInitializeBackingStore()) for backward
compatibility. Time to say goodbye.
Reviewed-by: Adam Jackson <ajax at redhat.com>
Signed-off-by: Keith Packard <keithp at keithp.com>
and the previous definition of miInitializeBackingStore() shows
[...]
-#define miInitializeBackingStore(x) do {} while (0)
-
[...]
I'm attaching a patch which removes the superfluous call and makes master build
fine again
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121027/5051d7aa/attachment.html>
More information about the mesa-dev
mailing list