diff options
author | Younes Manton <[email protected]> | 2008-08-18 00:04:29 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2008-08-18 00:04:29 -0400 |
commit | 7f100d04ddacf9f6517c9aff1e2de5257eb77fb0 (patch) | |
tree | fd7a6642bb2c1234b166365713d1653a1db998d0 /src/driclient | |
parent | f90e50dff9e5cdbad6e9bb74c0aeaaaa82242b25 (diff) |
g3dvl: Use rotating buffers to avoid waiting for map().
Diffstat (limited to 'src/driclient')
-rw-r--r-- | src/driclient/src/Makefile | 2 |
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 ############################################# |