Skip to content

Commit

Permalink
Merge pull request #20702 from ognevny/meson-ccache
Browse files Browse the repository at this point in the history
meson: add optdepends on sccache and ccache
  • Loading branch information
lazka committed May 16, 2024
2 parents fb33342 + 3023079 commit ce6210d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mingw-w64-meson/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=meson
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.4.0
pkgrel=2
pkgrel=3
pkgdesc="High-productivity build system (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -24,6 +24,8 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
)
optdepends=("${MINGW_PACKAGE_PREFIX}-ccache: for a faster compilation"
"${MINGW_PACKAGE_PREFIX}-sccache: for a faster compilation (preferred over ccache)")
options=('!strip')
source=("https://github.com/mesonbuild/${_realname}/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz"
'color-term.patch'
Expand Down

0 comments on commit ce6210d

Please sign in to comment.