From 8fef000e6e91bf38eac96aeb20061f847f48049a Mon Sep 17 00:00:00 2001 From: Peter Bartfai Date: Fri, 21 Sep 2018 21:33:09 +0200 Subject: [PATCH] ArchLinux Qt5.x dependency fix (#263) --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 78f7107c..572bd7e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') #Qt4.x depends=('qt4' 'libpng' 'libjpeg-turbo' 'mesa-libgl') #Qt5.x -#depends=('qt5-base' 'qt5-tools' 'libpng' 'libjpeg-turbo' 'mesa-libgl') +#depends=('qt5-base' 'qt5-tools' 'qt5-gamepad' 'libpng' 'libjpeg-turbo' 'mesa-libgl') makedepends=('glu' 'ca-certificates') conflicts=() replaces=()