Unify GLES1 and GLES2 (libraries are compatible and can be co-linked)
[freeglut] / progs / test-shapes-gles1 / CMakeLists.txt
index 3c1f40a..fc2c1c3 100644 (file)
@@ -11,7 +11,7 @@ ENDIF(CMAKE_COMPILER_IS_GNUCC)
 
 # FreeGLUT
 include(FindPkgConfig)
-pkg_check_modules(freeglut REQUIRED freeglut-gles1>=3.0.0)
+pkg_check_modules(freeglut REQUIRED freeglut-gles>=3.0.0)
 if(freeglut_FOUND)
   include_directories(${freeglut_STATIC_INCLUDE_DIRS})
   link_directories(${freeglut_STATIC_LIBRARY_DIRS})