diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2014-06-23 02:45:35 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2014-06-23 02:45:35 -0700 |
commit | 33dcafb5f78a398f4085f1969caf197c2199d1af (patch) | |
tree | bfac246fe74c8977521039ae087877d62ab30cd8 /tests/spec/oes_draw_texture | |
parent | 9bfd7de58d73e8ab5ad5cee76f612c599533a867 (diff) |
cmake: Don't link to libGLESv1
Now that the GLES1 tests use piglit-dispatch, they no longer need to
link to the GLES1 library.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/spec/oes_draw_texture')
-rw-r--r-- | tests/spec/oes_draw_texture/CMakeLists.gles1.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/spec/oes_draw_texture/CMakeLists.gles1.txt b/tests/spec/oes_draw_texture/CMakeLists.gles1.txt index e2b2f14a1..53d9ae05c 100644 --- a/tests/spec/oes_draw_texture/CMakeLists.gles1.txt +++ b/tests/spec/oes_draw_texture/CMakeLists.gles1.txt @@ -6,7 +6,6 @@ include_directories( link_libraries( ${EGL_LDFLAGS} - ${OPENGL_gles1_LIBRARY} piglitutil_gles1 ) |