[Piglit] [PATCH 2/3] cmake/linux: Require waffle>=1.2.1
Chad Versace
chad.versace at linux.intel.com
Thu Nov 15 11:11:01 PST 2012
OpenGL ES3 support was introduced in waffle-1.2.
Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f4c213..d1260d7 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.1)
if(NOT WAFFLE_FOUND)
message(FATAL_ERROR "Failed to find Waffle. If Waffle is not "
--
1.7.11.7
More information about the Piglit
mailing list