Skip to content

Commit

Permalink
libplacebo: makedep on xxhash
Browse files Browse the repository at this point in the history
While xxhash also provides a library, libplacebo inlines everything from xxhash,
so this is only a build time dependency.
  • Loading branch information
lazka committed Nov 28, 2023
1 parent d0cff04 commit 07f4c34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-libplacebo/PKGBUILD
Expand Up @@ -4,7 +4,7 @@ _realname=libplacebo
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=6.338.1
pkgrel=2
pkgrel=3
pkgdesc="Reusable library for GPU-accelerated video/image rendering primitives (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -20,7 +20,8 @@ makedepends=("git"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
"${MINGW_PACKAGE_PREFIX}-python-glad"
"${MINGW_PACKAGE_PREFIX}-python-jinja"
"${MINGW_PACKAGE_PREFIX}-fast_float"
"${MINGW_PACKAGE_PREFIX}-fast_float"
"${MINGW_PACKAGE_PREFIX}-xxhash"
"${MINGW_PACKAGE_PREFIX}-vulkan-headers")
license=('LGPL2.1')
source=(${url}/-/archive/v${pkgver}/${_realname}-v${pkgver}.tar.gz
Expand Down

0 comments on commit 07f4c34

Please sign in to comment.