]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Drop HAVE_EGL.
[apitrace] / CMakeLists.txt
index acb7dd062a0954a1299947ed1e1e02a4769632d9..5c637b4d47d237719e1386b77ef880c1164623bc 100755 (executable)
@@ -60,10 +60,6 @@ else ()
         include_directories (${X11_INCLUDE_DIR})
         add_definitions (-DHAVE_X11)
     endif ()
-
-    if (ENABLE_EGL)
-        add_definitions (-DHAVE_EGL)
-    endif ()
 endif ()
 
 
@@ -560,7 +556,9 @@ set (retrace_sources
     glretrace_egl.cpp
     glretrace_main.cpp
     glstate.cpp
+    glstate_images.cpp
     glstate_params.cpp
+    glstate_shaders.cpp
     retrace.cpp
     retrace_stdc.cpp
     glws.cpp