Maybe ImageMagick from the Ubuntu 22.04 repos are OK

This commit is contained in:
Zachary Hall 2023-11-17 13:06:25 -08:00
parent 43acdd4341
commit 5c6e278bd5

View file

@ -4,7 +4,7 @@ project('graphicsconverter', 'cpp',
'cpp_std=c++14'])
deps = [
dependency('Magick++', version : '>=7.0')
dependency('Magick++', version : '>=6.9.11')
]
srcs = [
'palette.cpp',