mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qt5: retain libgl dep in qt5-base for all architectures
This commit is contained in:
parent
787aebfe49
commit
85c7031527
1 changed files with 1 additions and 6 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue