Skip to content
Snippets Groups Projects
Commit 640af164 authored by Leo's avatar Leo
Browse files

community/sdl2_ttf: enable static libraries

fixes #12663
parent 44149631
No related branches found
No related tags found
1 merge request!21271community/sdl2_ttf: enable static libraries
......@@ -2,7 +2,7 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=sdl2_ttf
pkgver=2.0.15
pkgrel=0
pkgrel=1
_pkgname=SDL2_ttf
pkgdesc="A library which allows you to use TrueType fonts in your SDL applications"
url="http://www.libsdl.org/projects/SDL_ttf/"
......@@ -21,7 +21,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--disable-static
--enable-static
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment