From 401a8437e8342f85bc31e7898ca65b751609087c Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Thu, 21 Jun 2012 10:51:54 -0700 Subject: [PATCH] Remove the --with-cairo-glesv2 argument since we do not build cairo with gl or gles support --- packaging/weston.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/weston.spec b/packaging/weston.spec index 3625d77..672078a 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -49,7 +49,7 @@ Adds a simple cursor theme to the default cursor theme %build -%autogen --disable-setuid-install --with-cairo-glesv2 +%autogen --disable-setuid-install make %{?jobs:-j%jobs} -- 2.7.4