blob: 1479055767a4708ec41d1bf8e2062b80f4197287 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2024-02-25 17:30:55 UTC
+++ configure
@@ -5435,7 +5435,7 @@ if enabled system_libexiv2 ; then
# libexiv2
if enabled system_libexiv2 ; then
- if $(pkg-config --atleast-version="0.99" exiv2); then
+ if $(pkg-config --atleast-version="0.28" exiv2); then
use_pkg_config exiv2 exiv2 exiv2/exiv2.hpp versionNumber
elif [ $target_os != "android" ] ; then
disable system_libexiv2
|