Skip to content

Commit

Permalink
lz4: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho authored and pbor committed Nov 22, 2024
1 parent afc8b12 commit 375005c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gvsbuild/projects/lz4.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def __init__(self):
archive_url="https://github.com/lz4/lz4/archive/v{version}.tar.gz",
archive_filename="lz4-{version}.tar.gz",
hash="537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b",
dependencies=[
"meson",
"ninja",
],
)

self.add_param("-Dossfuzz=false")
Expand Down

0 comments on commit 375005c

Please sign in to comment.