- 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.
main
David Dawes 2001-08-25 03:13:04 +00:00
parent 27e24cbc0a
commit 9e69d0dac6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
extern int xf86InstallSIGIOHandler(int fd, void (*f)(int, void *), void *);
extern int xf86RemoveSIGIOHandler(int fd);
# else
# include <Xlibint.h>
# include <X11/Xlibint.h>
# define _DRM_MALLOC Xmalloc
# define _DRM_FREE Xfree
# endif