diff options
author | Keith Whitwell <[email protected]> | 2003-12-08 17:32:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-12-08 17:32:58 +0000 |
commit | 6b9e8279dd734d2fa82be485bd335262c2ad2b34 (patch) | |
tree | 9bc02c01aa300e081755ce00bad766bda97250a7 /src/mesa/drivers/dri/ffb | |
parent | f7c17fef7440f902786e2c3f567651c0f7840857 (diff) |
Provide dummy definitions of __driConfig externs
Diffstat (limited to 'src/mesa/drivers/dri/ffb')
-rw-r--r-- | src/mesa/drivers/dri/ffb/ffb_dd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/ffb/ffb_dd.c b/src/mesa/drivers/dri/ffb/ffb_dd.c index d0137000f7c..753060194ae 100644 --- a/src/mesa/drivers/dri/ffb/ffb_dd.c +++ b/src/mesa/drivers/dri/ffb/ffb_dd.c @@ -39,6 +39,9 @@ #define FFB_DATE "20021125" +const char __driConfigOptions[] = { 0 }; +const GLuint __driNConfigOptions = 0; + /* Mesa's Driver Functions */ static const GLubyte *ffbDDGetString(GLcontext *ctx, GLenum name) |