[Pkg-privacy-commits] [nautilus-wipe] 160/224: Use GTK3 by default

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository nautilus-wipe.

commit 480cdf5fa84a51b0141e017ad7d9324fee6b27de
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Wed May 16 19:10:07 2012 +0200

    Use GTK3 by default
    
    GTK2 can still be selected explicitly using the --without-gtk3
    configure switch.
---
 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index de1e6f2..84a6357 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,13 +43,13 @@ AC_ARG_WITH([gtk3],
             [with_gtk3=check])
 # use GTK2 by default but if not found
 AC_MSG_CHECKING([for GTK package to use])
-gtk_pkg="gtk+-2.0"
+gtk_pkg="gtk+-3.0"
 AS_IF([test "x$with_gtk3" = xcheck],
       [PKG_CHECK_EXISTS([$gtk_pkg >= ${GTK_REQUIRED}],
                         [],
-                        [gtk_pkg="gtk+-3.0"])],
-      [test "x$with_gtk3" != xno],
-      [gtk_pkg="gtk+-3.0"])
+                        [gtk_pkg="gtk+-2.0"])],
+      [test "x$with_gtk3" = xno],
+      [gtk_pkg="gtk+-2.0"])
 AC_MSG_RESULT([$gtk_pkg])
 
 # mandatory packages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git



More information about the Pkg-privacy-commits mailing list