summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-04-14 00:14:29 +0100
committerThomas White <taw@bitwiz.org.uk>2009-09-18 12:52:18 +0100
commit5290ebd3de62229fc710a855f42a709956ec38d0 (patch)
treec445f951f2314044893bf5ac247bd5c70370bf4e
parent3ebd7b1e23417288d8d326072c7db799a0f464ad (diff)
Link against libdrm_glamo
..and remove a commented out old thing from the Makefile
-rw-r--r--src/mesa/drivers/dri/glamo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/glamo/Makefile b/src/mesa/drivers/dri/glamo/Makefile
index 4750d908c8..2e8de52390 100644
--- a/src/mesa/drivers/dri/glamo/Makefile
+++ b/src/mesa/drivers/dri/glamo/Makefile
@@ -6,7 +6,7 @@ include $(TOP)/configs/current
LIBNAME = glamo_dri.so
DRIVER_SOURCES = \
- glamo_screen.c glamo_context.c glamo_state.c
+ glamo_screen.c glamo_context.c glamo_state.c glamo_fbo.c glamo_tris.c
C_SOURCES = \
$(COMMON_SOURCES) \
@@ -14,8 +14,7 @@ C_SOURCES = \
ASM_SOURCES =
-# XXX not 100% sure this is right
-#WINDOW_SYSTEM = solo
+DRI_LIB_DEPS += -ldrm_glamo
include ../Makefile.template