mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
SDL_ttf: build with new sdl12-compat library
This commit is contained in:
parent
c90eeb35fa
commit
43a19591bb
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'SDL_ttf'
|
# Template file for 'SDL_ttf'
|
||||||
pkgname=SDL_ttf
|
pkgname=SDL_ttf
|
||||||
version=2.0.11
|
version=2.0.11
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="freetype-devel SDL-devel libSM-devel"
|
makedepends="freetype-devel sdl12-compat-devel libSM-devel"
|
||||||
short_desc="Use TrueType fonts in your SDL applications"
|
short_desc="Use TrueType fonts in your SDL applications"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Zlib"
|
license="Zlib"
|
||||||
|
@ -18,7 +18,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_ttf-devel_package() {
|
SDL_ttf-devel_package() {
|
||||||
depends="freetype-devel SDL-devel ${sourcepkg}>=${version}_${revision}"
|
depends="freetype-devel sdl12-compat-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue