]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Drop HAVE_EGL.
[apitrace] / CMakeLists.txt
index a687e4987a03dca6296ff6a0e56ed492addf7c8b..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,6 +556,7 @@ set (retrace_sources
     glretrace_egl.cpp
     glretrace_main.cpp
     glstate.cpp
+    glstate_images.cpp
     glstate_params.cpp
     glstate_shaders.cpp
     retrace.cpp