diff options
author | Vincent Untz <[email protected]> | 2012-02-07 10:04:37 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 13:01:37 +0200 |
commit | ee07e90d14c15dbf45899d6c70614fe2068cd640 (patch) | |
tree | c4e069b795c67131e3d90b5693219bcb51269457 /configure.ac | |
parent | cfe060300ff10557f8805eee176604095c48cc2d (diff) | |
download | mate-panel-ee07e90d14c15dbf45899d6c70614fe2068cd640.tar.bz2 mate-panel-ee07e90d14c15dbf45899d6c70614fe2068cd640.tar.xz |
clock: Use new GdkPixbuf API to load resources
origin commit:
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=3c0af36
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e0276870..94f0839e 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ fi LT_LIB_M LIBMATE_DESKTOP_REQUIRED=1.17.0 -GDK_PIXBUF_REQUIRED=2.7.1 +GDK_PIXBUF_REQUIRED=2.25.2 PANGO_REQUIRED=1.15.4 GLIB_REQUIRED=2.50.0 LIBMATE_MENU_REQUIRED=1.10.0 |