mapi: Fix enums.c build with other build systems.
authorEric Anholt <eric@anholt.net>
Tue, 1 Dec 2015 20:01:53 +0000 (12:01 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 1 Dec 2015 20:19:02 +0000 (12:19 -0800)
Tested with scons (by both myself and Mark Janes), Android is just copy
and paste.

src/mapi/glapi/gen/SConscript
src/mesa/Android.gen.mk

index b9cdbbf363fa3f8fce20258f177b7a297ed10162..ff0df745c2c66367c42ca488af7e07efe538b158 100644 (file)
@@ -51,7 +51,7 @@ env.CodeGenerate(
 env.CodeGenerate(
     target = '../../../mesa/main/enums.c',
     script = 'gl_enums.py',
-    source = sources,
+    source = '../registry/gl.xml',
     command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
     )
 
index 145f2594cda908f8fb3b7329c933a90c90beda08..a985f0a64b15f1ed9c2af5b149c60ce4ac284962 100644 (file)
@@ -102,7 +102,7 @@ $(intermediates)/main/remap_helper.h: $(dispatch_deps)
        $(call es-gen, $*)
 
 $(intermediates)/main/enums.c: PRIVATE_SCRIPT :=$(MESA_PYTHON2) $(glapi)/gl_enums.py
-$(intermediates)/main/enums.c: PRIVATE_XML := -f $(glapi)/gl_and_es_API.xml
+$(intermediates)/main/enums.c: PRIVATE_XML := -f $(glapi)/../registry/gl.xml
 
 $(intermediates)/main/enums.c: $(dispatch_deps)
        $(call es-gen)