]> git.cworth.org Git - apitrace/commitdiff
Make eglretrace.cpp depend on gles api spec
authorArnaud Vrac <rawoul@gmail.com>
Mon, 19 Dec 2011 01:46:01 +0000 (02:46 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 20 Dec 2011 17:05:57 +0000 (17:05 +0000)
CMakeLists.txt

index b8b4ae2e40c6334572734a3f73a167fe80160351..6f1315a1313577a7eec5a5953acf3230c8113c64 100755 (executable)
@@ -463,7 +463,7 @@ if (EGL_FOUND)
     add_custom_command (
         OUTPUT egltrace.cpp
         COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/egltrace.py > ${CMAKE_CURRENT_BINARY_DIR}/egltrace.cpp
-        DEPENDS egltrace.py gltrace.py trace.py specs/eglapi.py specs/glapi.py specs/glparams.py specs/gltypes.py specs/stdapi.py
+        DEPENDS egltrace.py gltrace.py trace.py specs/eglapi.py specs/glesapi.py specs/glapi.py specs/glparams.py specs/gltypes.py specs/stdapi.py
     )
 
     add_library (egltrace SHARED