diff options
author | raveit65 <[email protected]> | 2015-09-01 16:48:22 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 13:08:31 +0200 |
commit | a3ea605d8d2834a1842d2417dfc98c3a2ccc9177 (patch) | |
tree | 34a0867a7ddda40935b8c3be5427211670791a2f /configure.ac | |
parent | 2788b437751963cb933eadbcbc0dd5ff33fa7338 (diff) | |
download | eom-a3ea605d8d2834a1842d2417dfc98c3a2ccc9177.tar.bz2 eom-a3ea605d8d2834a1842d2417dfc98c3a2ccc9177.tar.xz |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |