diff options
author | Patrick Northon | 2020-09-19 10:52:42 -0400 |
---|---|---|
committer | Patrick Northon | 2020-09-19 10:52:42 -0400 |
commit | 116f0b621fa33fa71514556b0f4637bc3abb59ec (patch) | |
tree | 07d0feb744a7ef129a7d747bd51d1263a2690321 /PKGBUILD | |
parent | 3756e4fc0df8a940c756f4330af8f6a593f3ea92 (diff) | |
download | aur-116f0b621fa33fa71514556b0f4637bc3abb59ec.tar.gz |
Add mingw-w64-configure to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=mingw-w64-libheif pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="HEIF file format decoder and encoder." url="https://github.com/strukturag/libheif" license=("LGPL") @@ -14,7 +14,7 @@ depends=( "mingw-w64-rav1e" #"mingw-w64-x265" ) -makedepends=("mingw-w64-make") +makedepends=("mingw-w64-make" "mingw-w64-configure") arch=("any") options=(!strip !buildflags staticlibs) optdepends=() |