Explorar el Código

Fix unichrome solo build to not need X11 headers. Minor change to

use mesa_alloc/free.
tags/R300_DRIVER_0
Jon Smirl hace 21 años
padre
commit
65293d8f73
Se han modificado 1 ficheros con 3 adiciones y 10 borrados
  1. 3
    10
      src/mesa/drivers/dri/unichrome/xf86drmVIA.c

+ 3
- 10
src/mesa/drivers/dri/unichrome/xf86drmVIA.c Ver fichero

@@ -44,16 +44,9 @@
# include <sys/ioctl.h>
# include <sys/mman.h>
# include <sys/time.h>
# ifdef DRM_USE_MALLOC
# define _DRM_MALLOC malloc
# define _DRM_FREE free
extern int xf86InstallSIGIOHandler(int fd, void (*f)(int, void *), void *);
extern int xf86RemoveSIGIOHandler(int fd);
# else
# include <X11/Xlibint.h>
# define _DRM_MALLOC Xmalloc
# define _DRM_FREE Xfree
# endif
#include "imports.h"
#define _DRM_MALLOC MALLOC
#define _DRM_FREE FREE
#endif

/* Not all systems have MAP_FAILED defined */

Cargando…
Cancelar
Guardar