git » qt5-wayland.git » commit c61cac1

Add wayland dependency explicitely

author Antonio Rojas
2016-08-08 17:51:58 UTC
committer Antonio Rojas
2016-08-08 17:51:58 UTC
parent 61494d2db6080f412ad9fb4d7a05c573bc987160

Add wayland dependency explicitely

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 78a7d79..f07b112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
 pkgname=qt5-wayland
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
+depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is needed for nvidia-libgl users
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"