OpenXcom: fix cross build

This commit is contained in:
Jürgen Buchmüller 2018-03-05 13:57:58 +01:00
parent e763c37bce
commit 21f91d2634

View file

@ -6,7 +6,7 @@ build_style=gnu-configure
configure_args="--disable-silent-rules --disable-werror" configure_args="--disable-silent-rules --disable-werror"
hostmakedepends="automake pkg-config xmlto" hostmakedepends="automake pkg-config xmlto"
makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel
boost-devel yaml-cpp-devel" glu-devel boost-devel yaml-cpp-devel"
short_desc="Reimplementation of the original X-Com game" short_desc="Reimplementation of the original X-Com game"
maintainer="beefcurtains <beefcurtains@voidlinux.eu>" maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
license="GPL-3" license="GPL-3"