diff options
author | Jon Smirl <[email protected]> | 2005-08-05 03:33:59 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2005-08-05 03:33:59 +0000 |
commit | 485528f2acb69940a7c757638127f716c0cb2654 (patch) | |
tree | 4adf1397cd482f50a4bcc92776ef36b53599ff72 /src/mesa/drivers/dri/Makefile.template | |
parent | b507bd41607a8025866d125d99c5abbca1931cd7 (diff) |
More EGL prep. No impact on anything outside of EGL
Diffstat (limited to 'src/mesa/drivers/dri/Makefile.template')
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index 0880e73caf9..7c21137ab69 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -53,7 +53,8 @@ SHARED_INCLUDES = \ -I$(TOP)/src/mesa/shader \ -I$(TOP)/src/mesa/swrast \ -I$(TOP)/src/mesa/swrast_setup \ - -I$(TOP)/src/egl/main + -I$(TOP)/src/egl/main \ + -I$(TOP)/src/egl/drivers/dri ##### RULES ##### |