Skip to content

Commit

Permalink
Undelete dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
1div0 committed Mar 26, 2023
1 parent d079bf4 commit dfdbc31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ exiv2 = static_library(
xmp_lib,
cpp_args: cargs,
gnu_symbol_visibility: 'hidden',
dependencies: [deps],
dependencies: [deps, exiv2int_dep],
include_directories: libinc,
install: true,
install: false,
)

dllapi = '-DEXIV2API='
Expand Down

0 comments on commit dfdbc31

Please sign in to comment.