summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af0c808d29d9..7717f539f952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="A library that allows you to use TrueType fonts in your SDL application
arch=(any)
url="http://libsdl.org"
license=("MIT")
-depends=(mingw-w64-sdl2 mingw-w64-freetype mingw-w64-bzip2)
+depends=(mingw-w64-sdl2 mingw-w64-freetype2 mingw-w64-bzip2)
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$pkgver.tar.gz")
@@ -33,3 +33,4 @@ package() {
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
done
}
+