Skip to content

Commit

Permalink
xxhash: minimum meson version bump to 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0tkl authored and neheb committed Feb 6, 2025
1 parent e11873e commit 90abcf0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions subprojects/packagefiles/xxhash/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(
# library files are BSD licensed. xxhsum utility is GPL licensed.
license: 'BSD-2-Clause and GPL-2.0',
version: '0.8.3',
meson_version: '>=0.49.0'
meson_version: '>=0.54.0'
)

cc = meson.get_compiler('c')
Expand Down Expand Up @@ -142,9 +142,7 @@ xxhash_dep = declare_dependency(
],
)

if meson.version().version_compare('>=0.54.0')
meson.override_dependency('libxxhash', xxhash_dep)
endif
meson.override_dependency('libxxhash', xxhash_dep)

if get_option('cli')
install_man('cli/xxhsum.1')
Expand Down

0 comments on commit 90abcf0

Please sign in to comment.