Maybe ImageMagick from the Ubuntu 22.04 repos are OK
This commit is contained in:
parent
43acdd4341
commit
5c6e278bd5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ project('graphicsconverter', 'cpp',
|
||||||
'cpp_std=c++14'])
|
'cpp_std=c++14'])
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
dependency('Magick++', version : '>=7.0')
|
dependency('Magick++', version : '>=6.9.11')
|
||||||
]
|
]
|
||||||
srcs = [
|
srcs = [
|
||||||
'palette.cpp',
|
'palette.cpp',
|
||||||
|
|
Loading…
Reference in a new issue