From a3ea605d8d2834a1842d2417dfc98c3a2ccc9177 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 1 Sep 2015 16:48:22 +0200 Subject: Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProvider Makes EomThumbNav's scrollbar style similar to gtk2 version inspired from: https://git.gnome.org/browse/eog/commit/?id=4c93c41 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1979f6d..e69ce9f 100644 --- a/configure.ac +++ b/configure.ac @@ -105,6 +105,7 @@ case "$with_gtk" in ;; esac AC_SUBST(GTK_API_VERSION) +AM_CONDITIONAL([HAVE_GTK3], [test "x$GTK_API_VERSION" = "x3.0"]) GLIB_REQUIRED=2.25.9 GIO_REQUIRED=2.25.9 -- cgit v1.2.1