Skip to content

Commit

Permalink
meson: depend on pkgconf
Browse files Browse the repository at this point in the history
it's usually needed, same as we do with the mingw variant.
  • Loading branch information
lazka committed Nov 15, 2024
1 parent 36ffeac commit 427c6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=meson
pkgver=1.6.0
pkgrel=1
pkgrel=2
pkgdesc='High-productivity build system'
arch=('any')
url="https://mesonbuild.com/"
Expand All @@ -11,7 +11,7 @@ msys2_references=(
"pypi:meson"
)
license=('spdx:Apache-2.0')
depends=('python' 'ninja')
depends=('python' 'ninja' 'pkgconf')
makedepends=(
"python-setuptools"
"python-build"
Expand Down

0 comments on commit 427c6e3

Please sign in to comment.