[Piglit] [PATCH 01/13] cmake: Require waffle>=1.2.2 if using waffle
Chad Versace
chad.versace at linux.intel.com
Tue Nov 27 17:51:59 PST 2012
Working OpenGL ES3 support was introduced in waffle-1.2.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..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
More information about the Piglit
mailing list