ArchLinux Qt5.x dependency fix (#263)

This commit is contained in:
Peter Bartfai 2018-09-21 21:33:09 +02:00 committed by Leonardo Zide
parent ae1112f2e3
commit 8fef000e6e

View file

@ -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=()