[Piglit] [PATCH 7/8] waffle: require waffle >= 1.1
Jordan Justen
jordan.l.justen at intel.com
Tue Oct 9 16:42:31 PDT 2012
This is to ensure gbm support is preset in waffle
Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fce260c..e4854b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ else()
endif()
if(PIGLIT_USE_WAFFLE)
- pkg_check_modules(WAFFLE REQUIRED waffle-1>=1.0.1)
+ pkg_check_modules(WAFFLE REQUIRED waffle-1>=1.1.0)
if(NOT WAFFLE_FOUND)
message(FATAL_ERROR "Failed to find Waffle. If Waffle is not "
--
1.7.9.5
More information about the Piglit
mailing list