[mate-screensaver] reworked configure flags

Wolfgang Ulbrich raveit65 at fedoraproject.org
Wed Jan 15 17:20:25 UTC 2014


commit 1bdf1a6dea0976bac87aed148bd3588755737bc3
Author: raveit65 <chat-to-me at raveit.de>
Date:   Wed Jan 15 18:20:33 2014 +0100

    reworked configure flags

 mate-screensaver.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mate-screensaver.spec b/mate-screensaver.spec
index 9a7498c..2f77535 100644
--- a/mate-screensaver.spec
+++ b/mate-screensaver.spec
@@ -66,8 +66,11 @@ Development files for mate-screensaver
 #NOCONFIGURE=1 ./autogen.sh
 
 %build
-%configure \
+%configure                          \
             --with-x                \
+            --with-gtk=2.0          \
+            --disable-schemas-compile \
+            --enable-docbook-docs   \
             --with-mit-ext          \
             --with-xf86gamma-ext    \
             --with-libgl            \
@@ -137,6 +140,8 @@ fi
 - removed --with-console-kit configure flag
 - use modern 'make install' macro
 - add BR xmlto
+- reworked configure flags, use --with-gtk=2.0, --disable-schemas-compile
+- --enable-docbook-docs
 
 * Fri Dec 06 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.7.0-1.1.git0460034
 - Update to 1.7.0


More information about the scm-commits mailing list