From 0d0de337cf3509fa974375a8daf09c5b562f49eb Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 1 Jul 2014 10:27:18 +0200 Subject: [PATCH] Haikuwebkit: explicitly require cmake 3. * Our version of CMake 3 include many fixes that are not backported to 2.8. One of these is needed to make cmake --system-information work. This is used by the WebKit build to detect the number of processors. --- haiku-libs/haikuwebkit/haikuwebkit-1.4.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-libs/haikuwebkit/haikuwebkit-1.4.0.recipe b/haiku-libs/haikuwebkit/haikuwebkit-1.4.0.recipe index 119ed8ec7..f9bebf71b 100644 --- a/haiku-libs/haikuwebkit/haikuwebkit-1.4.0.recipe +++ b/haiku-libs/haikuwebkit/haikuwebkit-1.4.0.recipe @@ -74,7 +74,7 @@ BUILD_PREREQUIRES=" cmd:make cmd:perl cmd:python - cmd:cmake + cmd:cmake >= 3.0.0 cmd:ruby "