xf86-video-ati: Branch 'master'

Michel Dänzer daenzer at kemper.freedesktop.org
Sun Mar 22 18:13:41 PDT 2015


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit aa7825eb29cdf6ac9d7b28ad18186807ff384687
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Mon Mar 23 10:12:17 2015 +0900

    configure.ac: Check for misyncshm.h again
    
    We need this header, which was added after the other misync*.h headers,
    along with DRI3 support.

diff --git a/configure.ac b/configure.ac
index 0468aeb..57b4c1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,11 +131,11 @@ AC_CHECK_DECL(xorg_list_init,
 	      #include "xorg-server.h"
 	      #include "list.h"])
 
-AC_CHECK_HEADERS([misync.h], [], [],
+AC_CHECK_HEADERS([misyncshm.h], [], [],
                  [#include <X11/Xdefs.h>
 	          #include <X11/Xfuncproto.h>
 	          #include <xorg-server.h>
-	          #include <pixmap.h>])
+		  #include <screenint.h>])
 
 AC_CHECK_HEADERS([present.h], [], [],
 		 [#include <X11/Xmd.h>


More information about the xorg-commit mailing list