[mutter] fix build

Matthias Clasen mclasen at fedoraproject.org
Thu Nov 24 04:18:09 UTC 2011


commit d1b9b943c21ae85af95fd3bb2acc9ed3dd8143c8
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Nov 23 23:17:45 2011 -0500

    fix build

 mutter.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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"
 


More information about the scm-commits mailing list