Hi, I've tried to build mesa cvs with egl support, which seems to work for most stuff, just one small makefile-fix (which is as far as I can see because libdrm is no longer inside mesa-tree). Attaching it, I think it can safely be applied to the tree.
-- Hanno Böck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber: [EMAIL PROTECTED]
--- Mesa/src/egl/drivers/dri/Makefile.orig 2006-05-24 22:17:46.816865000 +0200 +++ Mesa/src/egl/drivers/dri/Makefile 2006-05-24 22:17:30.947873250 +0200 @@ -7,8 +7,8 @@ ### Include directories INCLUDE_DIRS = \ -I. \ - -I$(DRM_SOURCE_PATH)/shared-core \ - -I$(DRM_SOURCE_PATH)/libdrm \ + -I/usr/include \ + -I/usr/include/drm \ -I$(TOP)/include \ -I$(TOP)/include/GL/internal \ -I$(TOP)/src/mesa \ @@ -25,10 +25,7 @@ HEADERS = egldri.h -SOURCES = egldri.c \ - $(DRM_SOURCE_PATH)/libdrm/xf86drm.c \ - $(DRM_SOURCE_PATH)/libdrm/xf86drmHash.c \ - $(DRM_SOURCE_PATH)/libdrm/xf86drmRandom.c +SOURCES = egldri.c OBJECTS = $(SOURCES:.c=.o)
pgp6syBOn3oKs.pgp
Description: PGP signature
_______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
