xf86-video-intel: src/common.h

Michel Daenzer daenzer at kemper.freedesktop.org
Tue Aug 28 08:49:16 PDT 2007


 src/common.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
diff-tree 3fbbd0afde49c53a5a8661f75c8c8c4be3020c30 (from 0fdbf64b34e4114c2b89d696b268b9c7464f1efd)
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Tue Aug 28 17:48:20 2007 +0200

    Fix build against pre-pci-rework xserver.

diff --git a/src/common.h b/src/common.h
index cfe00fc..40ea038 100644
--- a/src/common.h
+++ b/src/common.h
@@ -444,7 +444,9 @@ extern int I810_DEBUG;
 
 #define PIPE_NAME(n)			('A' + (n))
 
+#if XSERVER_LIBPCIACCESS
 struct pci_device *
 intel_host_bridge (void);
+#endif
    
 #endif /* _INTEL_COMMON_H_ */


More information about the xorg-commit mailing list