Working OpenGL ES3 support was introduced in waffle-1.2.2.

Signed-off-by: Chad Versace <[email protected]>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f4c213..baf13a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ else()
 endif()
 
 if(PIGLIT_USE_WAFFLE)
-       pkg_check_modules(WAFFLE REQUIRED waffle-1>=1.1.0)
+       pkg_check_modules(WAFFLE REQUIRED waffle-1>=1.2.2)
 
        if(NOT WAFFLE_FOUND)
                message(FATAL_ERROR "Failed to find Waffle. If Waffle is not "
-- 
1.7.11.7

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to