mednafen: unbreak cross compilation (needs glu).
This commit is contained in:
parent
8ad5a081b2
commit
796cc6d134
|
@ -6,7 +6,7 @@ wrksrc="$pkgname"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libcdio --with-libsndfile --enable-alsa"
|
configure_args="--with-libcdio --with-libsndfile --enable-alsa"
|
||||||
hostmakedepends="pkg-config"
|
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"
|
short_desc="Portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Reference in New Issue