Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gThumb
Commits
ca9d6993
Commit
ca9d6993
authored
Dec 18, 2019
by
Paolo Bacchilega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed HAVE_EXIV2_020 because we require at least version 0.21
parent
e75201a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
extensions/exiv2_tools/exiv2-utils.cpp
extensions/exiv2_tools/exiv2-utils.cpp
+0
-2
meson.build
meson.build
+1
-1
No files found.
extensions/exiv2_tools/exiv2-utils.cpp
View file @
ca9d6993
...
...
@@ -1374,9 +1374,7 @@ gboolean
exiv2_supports_writes
(
const
char
*
mime_type
)
{
return
(
g_content_type_equals
(
mime_type
,
"image/jpeg"
)
#if HAVE_EXIV2_020
||
g_content_type_equals
(
mime_type
,
"image/tiff"
)
#endif
||
g_content_type_equals
(
mime_type
,
"image/png"
));
}
...
...
meson.build
View file @
ca9d6993
...
...
@@ -241,7 +241,7 @@ if get_option('run-in-place')
config_data.set('RUN_IN_PLACE', 1)
endif
if use_exiv2
config_data.set('HAVE_EXIV2
_020
', 1)
config_data.set('HAVE_EXIV2', 1)
endif
if use_clutter
config_data.set('HAVE_CLUTTER', 1)
...
...
Write
Preview
Markdown
is supported
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