Skip to content

Commit dfdbc31

Browse files
committed
Undelete dependency
1 parent d079bf4 commit dfdbc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ exiv2 = static_library(
295295
xmp_lib,
296296
cpp_args: cargs,
297297
gnu_symbol_visibility: 'hidden',
298-
dependencies: [deps],
298+
dependencies: [deps, exiv2int_dep],
299299
include_directories: libinc,
300-
install: true,
300+
install: false,
301301
)
302302

303303
dllapi = '-DEXIV2API='

0 commit comments

Comments
 (0)