Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
7d5188ca
Commit
7d5188ca
authored
Jan 17, 2018
by
Øyvind "pippin" Kolås
Browse files
configure: depend on babl 0.1.40 or newer
parent
09329547
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/sanity.c
View file @
7d5188ca
...
...
@@ -480,7 +480,7 @@ sanity_check_babl (void)
#define BABL_REQUIRED_MAJOR 0
#define BABL_REQUIRED_MINOR 1
#define BABL_REQUIRED_MICRO
38
#define BABL_REQUIRED_MICRO
40
babl_get_version
(
&
babl_major_version
,
&
babl_minor_version
,
...
...
configure.ac
View file @
7d5188ca
...
...
@@ -43,7 +43,7 @@ m4_define([gimp_stable],
m4_define([gimp_full_name], [GNU Image Manipulation Program])
# required versions of other packages
m4_define([babl_required_version], [0.1.
38
])
m4_define([babl_required_version], [0.1.
40
])
m4_define([gegl_required_version], [0.3.27])
m4_define([glib_required_version], [2.54.2])
m4_define([atk_required_version], [2.2.0])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment