mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 23:38:02 +02:00
Remove bogus Xlib dependency.
This commit is contained in:
parent
763d726c43
commit
b3631ba02c
1 changed files with 2 additions and 3 deletions
|
|
@ -63,9 +63,8 @@
|
|||
# define _DRM_MALLOC malloc
|
||||
# define _DRM_FREE free
|
||||
# else
|
||||
# include <X11/Xlibint.h>
|
||||
# define _DRM_MALLOC Xmalloc
|
||||
# define _DRM_FREE Xfree
|
||||
# define _DRM_MALLOC malloc
|
||||
# define _DRM_FREE free
|
||||
# endif
|
||||
# include "drm.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue