mednafen: unbreak cross compilation (needs glu).

This commit is contained in:
Juan RP 2015-01-20 11:51:51 +01:00
parent 8ad5a081b2
commit 796cc6d134
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ wrksrc="$pkgname"
build_style=gnu-configure
configure_args="--with-libcdio --with-libsndfile --enable-alsa"
hostmakedepends="pkg-config"
makedepends="libcdio-devel libsndfile-devel SDL_net-devel zlib-devel"
makedepends="libcdio-devel libsndfile-devel glu-devel SDL_net-devel zlib-devel"
short_desc="Portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"