diff --git a/community/retroarch/PKGBUILD b/community/retroarch/PKGBUILD index f6b9f72a9..91639f623 100644 --- a/community/retroarch/PKGBUILD +++ b/community/retroarch/PKGBUILD @@ -7,7 +7,7 @@ pkgname=retroarch pkgver=1.7.6 -pkgrel=1 +pkgrel=2 pkgdesc='Reference frontend for the libretro API' arch=(x86_64) url=http://www.libretro.com/ @@ -27,6 +27,15 @@ depends=( libswscale.so libudev.so libusb-1.0.so + mesa + openal + qt5-base + sdl2 + v4l-utils + zlib +) +makedepends=( + git libx11 libxcb libxext @@ -35,23 +44,18 @@ depends=( libxrandr libxv libxxf86vm - mesa - openal - qt5-base - sdl2 - v4l-utils - wayland - zlib -) -makedepends=( - git vulkan-icd-loader + wayland + wayland-protocols ) optdepends=( 'libretro-overlays: Collection of overlays' 'libretro-shaders: Collection of shaders' + 'libxinerama: X11 support' + 'libxrandr: X11 support' 'python: retroarch-cg2glsl' 'retroarch-assets-xmb: XMB menu assets' + 'wayland: Wayland support' ) backup=(etc/retroarch.cfg) source=(