git » kwayland.git » commit 24195f4

Add wayland dependency explicitely

author Antonio Rojas
2016-08-08 17:54:58 UTC
committer Antonio Rojas
2016-08-08 17:54:58 UTC
parent 60ce6f99a087a8d3cd085d1797b6fe14b0f23efa

Add wayland dependency explicitely

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 3dbfbf3..f359bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=kwayland
 pkgver=5.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('LGPL')
-depends=('qt5-base')
+depends=('qt5-base' 'wayland') # namcap note: wayland is needed for nvidia-libgl users
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")