passes icon indicating copy to clipboard operation
passes copied to clipboard

libzint isn't found even when installed

Open fogti opened this issue 1 year ago • 2 comments

https://github.com/pablo-s/passes/blob/d151ab2043bd25b76335743c5b8c3fc072f8ecb6/src/model/meson.build#L3

I installed (lib)zint on freebsd, which even installs cmake config files, but it isn't found unless I change the line above to

libzint = dependency('zint')

fogti avatar Oct 05 '23 16:10 fogti