summaryrefslogtreecommitdiff
path: root/src/mesa/es/glapi/gl_compare.py
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-02-22 22:27:49 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-02-24 02:11:31 +0200
commit295a02549d74559831023455d1bb0ebf42bc1415 (patch)
treeda72dfeb3639aef0c81943e7c1f15969f374f755 /src/mesa/es/glapi/gl_compare.py
parentad520aaa87d30957ba5635cede1da828a5894105 (diff)
glapi: fix es after mv
Diffstat (limited to 'src/mesa/es/glapi/gl_compare.py')
-rw-r--r--src/mesa/es/glapi/gl_compare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/es/glapi/gl_compare.py b/src/mesa/es/glapi/gl_compare.py
index 7a2148cb1f..6b5e43bb98 100644
--- a/src/mesa/es/glapi/gl_compare.py
+++ b/src/mesa/es/glapi/gl_compare.py
@@ -25,7 +25,7 @@ import sys
import os.path
import getopt
-GLAPI = "../../glapi"
+GLAPI = "../../glapi/gen"
sys.path.append(GLAPI)
import gl_XML