diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2015-05-24 19:20:53 -0700 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2015-05-24 19:36:00 -0700 |
commit | f69c6a7f7834c0b37734fdef469a8e24ecd60f85 (patch) | |
tree | aa55269cac512d5f3a49a65c0dfce899ecbde344 /configure.ac | |
parent | 121da3fa7db80b4202556d223d3efd4e63480d7d (diff) | |
download | nautilus-f69c6a7f7834c0b37734fdef469a8e24ecd60f85.tar.gz |
ui-utilities: use libgd to frame images
This fixes problems with framed thumbnail size under some circumstances,
since by passing a lager than expected icon to list view, we would be
causing another scale of the thumbnail.
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 c69bc2d09..de9ce77cc 100644 --- a/configure.ac +++ b/configure.ac @@ -291,6 +291,7 @@ AC_ARG_ENABLE(update-mimedb, AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes) LIBGD_INIT([ + gtk-hacks notification static _view-common |