From d1b9b943c21ae85af95fd3bb2acc9ed3dd8143c8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 23 Nov 2011 23:17:45 -0500 Subject: fix build --- mutter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutter.spec b/mutter.spec index d30ed3c..8b31f9b 100644 --- a/mutter.spec +++ b/mutter.spec @@ -62,7 +62,7 @@ utilities for testing Metacity/Mutter themes. %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; - %configure --disable-static --with-gtk=3.0) + %configure --disable-static --with-gtk=3.0 --enable-compile-warnings=maximum) SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_XFREE_XINERAMA HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION HAVE_COMPOSITE_EXTENSION" -- cgit