SDL_gfx: build with new sdl12-compat library
This commit is contained in:
parent
d52434929d
commit
9760a4f018
@ -1,10 +1,10 @@
|
||||
# Template file for 'SDL_gfx'
|
||||
pkgname=SDL_gfx
|
||||
version=2.0.26
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL-devel"
|
||||
makedepends="sdl12-compat-devel"
|
||||
short_desc="Graphics drawing primitives for SDL"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
@ -27,7 +27,7 @@ post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
SDL_gfx-devel_package() {
|
||||
depends="SDL-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="sdl12-compat-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user