From be85fde82b148c4fc3639fcf3cfedb5de9381fc8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 10 Aug 2006 20:19:57 +0000 Subject: linux-indirect target fixes. --- src/glx/x11/XF86dri.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/glx/x11/XF86dri.c') diff --git a/src/glx/x11/XF86dri.c b/src/glx/x11/XF86dri.c index 3f989fa986..0ce588276b 100644 --- a/src/glx/x11/XF86dri.c +++ b/src/glx/x11/XF86dri.c @@ -37,6 +37,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* THIS IS NOT AN X CONSORTIUM STANDARD */ +#ifdef GLX_DIRECT_RENDERING + #define NEED_REPLIES #include #include @@ -617,3 +619,5 @@ PUBLIC Bool XF86DRICloseFullScreen(dpy, screen, drawable) (void) drawable; return True; } + +#endif /* GLX_DIRECT_RENDERING */ -- cgit v1.2.3