From 9e69d0dac61cc20ed20281bfa5b7e12124fa3989 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Sat, 25 Aug 2001 03:13:04 +0000 Subject: [PATCH] - Remove the rest of the unneeded client-side libraries. - Use installed libraries that are not built here. - Don't build/install client-library related file and headers. --- libdrm/xf86drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c index 4916e03..b5aa6f7 100644 --- a/libdrm/xf86drm.c +++ b/libdrm/xf86drm.c @@ -62,7 +62,7 @@ extern int xf86InstallSIGIOHandler(int fd, void (*f)(int, void *), void *); extern int xf86RemoveSIGIOHandler(int fd); # else -# include +# include # define _DRM_MALLOC Xmalloc # define _DRM_FREE Xfree # endif -- 2.7.4