Cataclysm-DDA-tiles: split out
This commit is contained in:
parent
a2101c2baf
commit
a6c662e29f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'Cataclysm-DDA'
|
||||
pkgname=Cataclysm-DDA
|
||||
version=0.E
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DRELEASE=1 $(vopt_bool backtrace BACKTRACE) -DUSE_HOME_DIR=1 -DPREFIX=/usr"
|
||||
hostmakedepends="gettext pkg-config"
|
||||
|
@ -42,7 +42,7 @@ if [ "$build_option_tiles" ]; then
|
|||
do_install
|
||||
}
|
||||
fi
|
||||
subpackages="Cataclysm-DDA-data"
|
||||
subpackages+=" Cataclysm-DDA-data"
|
||||
|
||||
do_check() {
|
||||
: #needs tap++.h
|
||||
|
|
Loading…
Reference in a new issue