Skip to content

Commit

Permalink
add xxhash for Xpra-org/xpra#3929
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 3, 2023
1 parent 57128c6 commit 9ffe8e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xpra-tools.modules
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@
repo="github.com"/>
</cmake>

<cmake id="xxhash" cmakeargs="-DCMAKE_INSTALL_PREFIX=" autogen-sh="configure">
<branch module="/Cyan4973/xxHash/archive/refs/tags/v0.8.2.tar.gz"
version="0.8.2" checkoutdir="xxHash-0.8.2"
hash="sha256:baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4"
repo="github.com"/>
</cmake>

<autotools id="gmplib" autogen-sh="configure">
<branch module="/download/gmp/gmp-6.2.1.tar.xz"
version="6.2.1"
Expand Down Expand Up @@ -155,6 +162,7 @@
<dependencies>
<dep package="brotli"/>
<dep package="sshpass"/>
<dep package="xxhash"/>
<dep package="gtk-mac-bundler"/>
</dependencies>
</metamodule>
Expand Down

0 comments on commit 9ffe8e4

Please sign in to comment.