[mutter] Remove check for HAVE_SHAPE in config.h

Florian Müllner fmuellner at fedoraproject.org
Wed Apr 30 20:34:20 UTC 2014


commit 257cd46bff7d8118f9f38f66b0a1566cbfd6a76c
Author: Florian Müllner <fmuellner at gnome.org>
Date:   Wed Apr 30 19:38:47 2014 +0200

    Remove check for HAVE_SHAPE in config.h
    
    The Shape extension is no longer optional.

 mutter.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mutter.spec b/mutter.spec
index c11c166..c6fcb6d 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -69,7 +69,7 @@ utilities for testing Metacity/Mutter themes.
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
  %configure --disable-static --enable-compile-warnings=maximum)
 
-SHOULD_HAVE_DEFINED="HAVE_SM HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
+SHOULD_HAVE_DEFINED="HAVE_SM HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
 
 for I in $SHOULD_HAVE_DEFINED; do
   if ! grep -q "define $I" config.h; then


More information about the scm-commits mailing list