diff options
author | Felix Kuehling <[email protected]> | 2004-08-22 20:31:40 +0000 |
---|---|---|
committer | Felix Kuehling <[email protected]> | 2004-08-22 20:31:40 +0000 |
commit | c2530b573076fe0b257710a456a2b8cd714c0d0a (patch) | |
tree | 57752b905b3d764c6eb36d33364571338b1222b7 /src/mesa/drivers/dri/Makefile.template | |
parent | b1e178c69bb7ce22a1d890bb4c5f84da71dde58d (diff) |
Converted the Savage driver to the new DRI interface and enabled compilation
in the Mesa tree.
Diffstat (limited to 'src/mesa/drivers/dri/Makefile.template')
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index fa1bc2993fb..75c62af0f78 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -37,6 +37,7 @@ SHARED_INCLUDES = \ -I$(TOP)/src/mesa/drivers/dri/common \ -Iserver \ -I$(DRM_SOURCE_PATH)/shared \ + -I$(DRM_SOURCE_PATH)/linux \ -I$(TOP)/include \ -I$(TOP)/include/GL/internal \ -I$(TOP)/src/mesa \ |