extra/qt5: retain libgl dep in qt5-base for all architectures

This commit is contained in:
Kevin Mihelich 2014-10-17 19:01:24 +00:00
parent 787aebfe49
commit 85c7031527

View file

@ -156,12 +156,7 @@ package_qt5-base() {
pkgdesc='A cross-platform application and UI framework'
depends=('libjpeg-turbo' 'xcb-util-keysyms' 'dbus' 'fontconfig' 'systemd'
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
'qtchooser')
# On the Raspberry Pi, we don't need mesa-libgl and use broadcom's libs instead
# (see above in prepare())
test "$CARCH" != 'armv6h' && depends+=('libgl')
'qtchooser' 'libgl')
optdepends=('postgresql-libs: PostgreSQL driver'
'libmariadbclient: MariaDB driver'
'unixodbc: ODBC driver'