mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
pcsxr: add a missing build dependency
This commit is contained in:
parent
26e2d9fbdc
commit
580473cab7
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ wrksrc="${pkgname}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libcdio --enable-opengl"
|
configure_args="--enable-libcdio --enable-opengl"
|
||||||
hostmakedepends="pkg-config automake libtool intltool glib-devel gettext-devel nasm"
|
hostmakedepends="pkg-config automake libtool intltool glib-devel gettext-devel nasm"
|
||||||
makedepends="libXv-devel libXtst-devel libcdio-devel SDL-devel gtk+3-devel"
|
makedepends="libXv-devel libXtst-devel libcdio-devel SDL-devel gtk+3-devel
|
||||||
|
libXxf86vm-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Sony PlayStation (PSX) emulator based on the PCSX-df project"
|
short_desc="Sony PlayStation (PSX) emulator based on the PCSX-df project"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue