[evince/f14/master] build against gtk2

Matthias Clasen mclasen at fedoraproject.org
Fri Aug 20 03:00:35 UTC 2010


commit 5151f0c106af8eb05f4984db6a280174333170b7
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Aug 19 22:59:10 2010 -0400

    build against gtk2

 evince.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/evince.spec b/evince.spec
index 4049b9c..8e55fa0 100644
--- a/evince.spec
+++ b/evince.spec
@@ -108,7 +108,6 @@ It adds an additional tab called "Document" to the file properties dialog.
 
 %build
 %configure \
-        --with-gtk=2.0 \
         --disable-static \
         --disable-scrollkeeper \
         --disable-schemas-install \
@@ -117,7 +116,7 @@ It adds an additional tab called "Document" to the file properties dialog.
         --enable-dvi=yes \
         --enable-djvu=yes \
         --enable-t1lib=yes \
-        --with-gtk=3.0
+        --with-gtk=2.0
 make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
 
 %install


More information about the scm-commits mailing list