Skip to content

Commit

Permalink
chore: add gtk4, poppler as system deps in meson build file
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Dec 31, 2024
1 parent 5719191 commit 081d878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ cpp_compiler = meson.get_compiler('cpp')
dependency('glib-2.0', version: '>= 2.76')
dependency('gio-2.0', version: '>= 2.76')
dependency('cairo', version: '>= 1.18')
dependency('gtk4', version: '>= 4.16.0')
dependency('poppler', version: '>= 20.09')

cargo = find_program('cargo', required: true)
# cmake is needed by the "ink-stroke-modeler-rs" bindings crate to build the C++ library
Expand Down

0 comments on commit 081d878

Please sign in to comment.