aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2020-03-11 18:38:29 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-03-14 15:17:44 -0400
commit1468425eab4c03340eaa880a277844f16c06d5a3 (patch)
tree07d5d1313dd34cf7d137743dc358229e66e3fd15 /meson.build
parentmeson build (subproject imageformats pinned 7.0.0) (diff)
meson build (subproject issue with imageformats >= 7.0.1)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 41d6db3..b483de4 100644
--- a/meson.build
+++ b/meson.build
@@ -51,7 +51,7 @@ sources_dir = include_directories('src/')
# Dependencies
dep_dyaml = dependency('dyaml', version: '>= 0.8.0', fallback: ['dyaml', 'dyaml_dep'])
dep_d2sqlite3 = dependency('d2sqlite3', version: '>= 0.18.3', fallback: ['d2sqlite3', 'd2sqlite3_dep'])
-dep_imageformats = dependency('imageformats', version: '>= 7.0.0', fallback: ['imageformats', 'imageformats_dep'])
+dep_imageformats = dependency('imageformats', version: '>= 7.0.2', fallback: ['imageformats', 'imageformats_dep'])
# Executable
spine_exe = executable('spine',
[spine_sources],