From 3696f0ee1dd510bb1d45efde457c9d3cf7742abe Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Jun 2006 15:17:07 +0000 Subject: updates for using libdrm (Hanno Bock) --- src/egl/drivers/dri/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/egl') diff --git a/src/egl/drivers/dri/Makefile b/src/egl/drivers/dri/Makefile index 6b50959a5a..86f189cd38 100644 --- a/src/egl/drivers/dri/Makefile +++ b/src/egl/drivers/dri/Makefile @@ -7,8 +7,8 @@ include $(TOP)/configs/current ### 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 @@ INCLUDE_DIRS = \ 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) -- cgit v1.2.3