mirror of https://github.com/GNOME/gimp.git
configure.ac: require gexiv2 >= 0.10.3
Commit f8e291b
uses the `gexiv2_metadata_get_tag_raw()` function,
which was added in 0.10.3.
This commit is contained in:
parent
7ab80eaa09
commit
fc293f04d9
|
@ -410,8 +410,8 @@ sanity_check_gexiv2 (void)
|
|||
#ifdef GEXIV2_MAJOR_VERSION
|
||||
|
||||
#define GEXIV2_REQUIRED_MAJOR 0
|
||||
#define GEXIV2_REQUIRED_MINOR 7
|
||||
#define GEXIV2_REQUIRED_MICRO 0
|
||||
#define GEXIV2_REQUIRED_MINOR 10
|
||||
#define GEXIV2_REQUIRED_MICRO 3
|
||||
|
||||
gint gexiv2_version = gexiv2_get_version ();
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ m4_define([pycairo_required_version], [1.0.2])
|
|||
m4_define([poppler_required_version], [0.44.0])
|
||||
m4_define([poppler_data_required_version], [0.4.7])
|
||||
m4_define([libgudev_required_version], [167])
|
||||
m4_define([gexiv2_required_version], [0.6.1])
|
||||
m4_define([gexiv2_required_version], [0.10.3])
|
||||
m4_define([libmypaint_required_version], [1.3.0])
|
||||
m4_define([lcms_required_version], [2.7])
|
||||
m4_define([libpng_required_version], [1.6.25])
|
||||
|
|
Loading…
Reference in New Issue