summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Reed2018-12-03 18:46:52 -0500
committerParker Reed2018-12-03 18:46:52 -0500
commitced48a54df4cdbbe05cd8328ae2220866f6201aa (patch)
treebe8c9c39cd63312c579728855fe2bb1d72f3a2c8
parentd52095993a2a3d546ced783296ea83126d9c5659 (diff)
downloadaur-ced48a54df4cdbbe05cd8328ae2220866f6201aa.tar.gz
Add qt5-base as optdepend for the WIMP interface
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a027e6d3f64..92db5960fb6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -43,6 +43,7 @@ pkgbase = retroarch-git
optdepends = retroarch-assets-xmb: XMB menu assets
optdepends = retroarch-autoconfig-udev-git: udev joypad autoconfig (git latest)
optdepends = xdg-utils-git: Includes updated screensaver suspend fixes
+ optdepends = qt5-base: For the new WIMP interface
provides = retroarch
conflicts = retroarch
backup = etc/retroarch.cfg
diff --git a/PKGBUILD b/PKGBUILD
index 13467c552f7c..8a271c98664d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,8 @@ optdepends=('libretro-overlays-git: Collection of overlays'
'libretro-shaders-all-git: Collection of shaders'
'retroarch-assets-xmb: XMB menu assets'
'retroarch-autoconfig-udev-git: udev joypad autoconfig (git latest)'
- 'xdg-utils-git: Includes updated screensaver suspend fixes')
+ 'xdg-utils-git: Includes updated screensaver suspend fixes'
+ 'qt5-base: For the new WIMP interface')
backup=('etc/retroarch.cfg')
source=('git+https://github.com/libretro/RetroArch.git'
'git+https://github.com/KhronosGroup/glslang.git'