Skip to content

Commit

Permalink
Fix build with meson >= 0.60.0
Browse files Browse the repository at this point in the history
Meson pkgconfig.generate never supported the `install` keyword, but it
only issued a warning until meson commit 0.60.0.rc1~221 ("decorators:
Make unknown kwarg fatal") turned use of unsupported keywords into an
error.

Error message:
meson.build:110:4: ERROR: Got unknown keyword arguments "install"
  • Loading branch information
glebfm committed Jun 8, 2022
1 parent d9f4a48 commit ad15827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ pkg.generate(
version : meson.project_version(),
requires_private : dep_hidapi.name(),
description : 'Library for communicating with Nitrokey in a clean and easy manner',
install : true,
)

if target_machine.system() == 'freebsd'
Expand Down

0 comments on commit ad15827

Please sign in to comment.