crawl-tiles: fix build
This commit is contained in:
parent
cd6d9f7021
commit
8bb8d4b599
|
@ -6,7 +6,8 @@ wrksrc="crawl-${version}"
|
|||
build_wrksrc="crawl-ref/source"
|
||||
make_build_args="prefix=/usr bin_prefix=bin DATADIR=/usr/share/crawl-tiles
|
||||
TILES=y SOUND=y GAME=crawl-tiles"
|
||||
hostmakedepends="dejavu-fonts-ttf perl pkg-config pngcrush python3 python3-yaml"
|
||||
hostmakedepends="dejavu-fonts-ttf perl pkg-config pngcrush python3 python3-yaml
|
||||
which advancecomp"
|
||||
makedepends="ncurses-devel lua51-devel sqlite-devel zlib-devel
|
||||
SDL2-devel SDL2_mixer-devel SDL2_image-devel freetype-devel"
|
||||
depends="dejavu-fonts-ttf"
|
||||
|
|
Loading…
Reference in New Issue