[mate-window-manager] update configure flags

Dan Mashal vicodan at fedoraproject.org
Wed Nov 14 01:58:55 UTC 2012


commit d4e33124f50b7c73d0c2234bdb106603df15c6ad
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Tue Nov 13 17:58:37 2012 -0800

    update configure flags

 mate-window-manager.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mate-window-manager.spec b/mate-window-manager.spec
index 12fbd34..778a34a 100644
--- a/mate-window-manager.spec
+++ b/mate-window-manager.spec
@@ -6,7 +6,7 @@
 
 Name:           mate-window-manager
 Version:        1.5.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MATE Desktop window manager
 License:        LGPLv2+ and GPLv2+
 URL:            http://mate-desktop.org
@@ -64,7 +64,11 @@ NOCONFIGURE=1 ./autogen.sh
 
 
 %build
-%configure --disable-static
+%configure --disable-static	\
+	--disable-scrollkeeper	\
+	--with-gnu-ld		\
+	--with-gtk=2.0		\
+	--with-x
 
 SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_XFREE_XINERAMA HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
 
@@ -141,6 +145,9 @@ fi
 
 
 %changelog
+* Tue Nov 13 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.2-6
+- Update configure flags, add disable scrollkeeper mainly
+
 * Tue Nov 13 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.2-5
 - add patch to fix startup rendering effect with composite enabled 
 


More information about the scm-commits mailing list