[mate-screensaver/f20] re-work configure flags

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sun Jan 26 12:55:13 UTC 2014


commit 9783cefdb9525d5de75fcb5833666dbae481cded
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sun Jan 26 13:55:25 2014 +0100

    re-work configure flags

 mate-screensaver.spec |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/mate-screensaver.spec b/mate-screensaver.spec
index 12d8b3a..a562567 100644
--- a/mate-screensaver.spec
+++ b/mate-screensaver.spec
@@ -65,15 +65,16 @@ sed -i -e \
 %patch0 -p1 -b .systemd-login1
 
 %build
-%configure \
-            --with-x \
-            --with-mit-ext \
-            --with-xf86gamma-ext \
-            --with-shadow \
-            --with-console-kit \
-            --enable-docbook-docs \
-            --enable-locking \
-            --with-systemd \
+%configure                          \
+            --with-x                \
+            --disable-schemas-compile \
+            --enable-docbook-docs   \
+            --with-mit-ext          \
+            --with-xf86gamma-ext    \
+            --with-libgl            \
+            --with-shadow           \
+            --enable-locking        \
+            --with-systemd          \
             --enable-pam
 
 make %{?_smp_mflags} V=1
@@ -139,6 +140,7 @@ fi
 %changelog
 * Sun Jan 26 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-5
 - fix pam file, rhbz (#1056591) and (#1056591)
+- re-work configure flags
 
 * Sat Oct 19 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-4
 - switch to gnome-keyring for > f19


More information about the scm-commits mailing list