diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-05-23 22:50:07 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-05-23 23:04:09 -0700 |
commit | bb204bde9e9afb25cd1dc7327f782808da6e2cd2 (patch) | |
tree | 5c7c4e209ddc62221ee3aef7904f71434737e9ef /tests/glslparsertest | |
parent | ae1becdd41a0b99ef3416f3c215a7c5b1578e7ca (diff) |
cmake: Stop GLES tests from linking to glut_egl
Many CMakeLists.gles{1,2}.txt explicitly linked to glut_egl. But all GLES
tests should now use glut_waffle.
This patch kills the directives to link to glut_egl, but does not replace
them with a directive to link to glut_waffle. It is not needed, because
`link_libraries(glut_waffle)` exists in the global GLES makefiles,
$PIGLIT_TOP/cmake/target_api/gles{1,2}/CMakeLists.txt.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/glslparsertest')
-rw-r--r-- | tests/glslparsertest/CMakeLists.gles2.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/glslparsertest/CMakeLists.gles2.txt b/tests/glslparsertest/CMakeLists.gles2.txt index b217722e7..1e37bed32 100644 --- a/tests/glslparsertest/CMakeLists.gles2.txt +++ b/tests/glslparsertest/CMakeLists.gles2.txt @@ -1,5 +1,4 @@ link_libraries( - glut_egl piglitutil_${piglit_target_api} ${OPENGL_gles2_LIBRARY} ) |