summaryrefslogtreecommitdiff
path: root/src/driclient
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2008-08-18 00:04:29 -0400
committerYounes Manton <younes.m@gmail.com>2008-08-18 00:04:29 -0400
commit7f100d04ddacf9f6517c9aff1e2de5257eb77fb0 (patch)
treefd7a6642bb2c1234b166365713d1653a1db998d0 /src/driclient
parentf90e50dff9e5cdbad6e9bb74c0aeaaaa82242b25 (diff)
g3dvl: Use rotating buffers to avoid waiting for map().
Diffstat (limited to 'src/driclient')
-rw-r--r--src/driclient/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driclient/src/Makefile b/src/driclient/src/Makefile
index 89ffb84477f..5d913ad5fa5 100644
--- a/src/driclient/src/Makefile
+++ b/src/driclient/src/Makefile
@@ -2,7 +2,7 @@ TARGET = libdriclient.a
OBJECTS = driclient.o XF86dri.o
DRMDIR ?= /usr
-CFLAGS += -g -Wall -fPIC -Werror -I../include -I${DRMDIR}/include -I${DRMDIR}/include/drm
+CFLAGS += -g -Wall -fPIC -I../include -I${DRMDIR}/include -I${DRMDIR}/include/drm
#############################################