diff options
author | George Sapountzis <[email protected]> | 2008-06-09 17:47:09 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2008-06-09 17:47:09 +0300 |
commit | 079345703901b497f2c09714051b33bb2dff1b4f (patch) | |
tree | 7440949f97d542ea8cb1efb03ebbfa59c78eeab4 /src/glx/x11/Makefile | |
parent | 4c7e02298f68b84d929cd1d3af8b3120281c2e32 (diff) |
glx: add dri_common.c ala xserver
also drop driFilterModes which is unused
in preparation of loading swrast_dri.so
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r-- | src/glx/x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 894c3cf159e..da8013c7f19 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -31,6 +31,7 @@ SOURCES = \ xfont.c \ glx_pbuffer.c \ glx_query.c \ + dri_common.c \ dri_glx.c \ XF86dri.c \ glxhash.c \ |