caph: build with new sdl12-compat library

This commit is contained in:
Andrew J. Hesford 2025-01-29 22:16:48 -05:00
parent 8b95296fdc
commit 3b5d3f4b32

View file

@ -1,13 +1,13 @@
# Template file for 'caph' # Template file for 'caph'
pkgname=caph pkgname=caph
version=1.1 version=1.1
revision=1 revision=2
build_wrksrc="src" build_wrksrc="src"
build_style=gnu-makefile build_style=gnu-makefile
make_use_env=yes make_use_env=yes
make_build_args="-f caph.mk" make_build_args="-f caph.mk"
hostmakedepends="which pkg-config" hostmakedepends="which pkg-config"
makedepends="SDL-devel libpng-devel" makedepends="sdl12-compat-devel libpng-devel"
short_desc="Drawing and physics sandbox game" short_desc="Drawing and physics sandbox game"
maintainer="Eloi Torrents <eloitor@disroot.org>" maintainer="Eloi Torrents <eloitor@disroot.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"