diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-07 13:53:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-07 13:53:33 +0200 |
commit | 6023cc8294867b61507fef7e73d98f364482139e (patch) | |
tree | 5f1b67a5758ecd707048588879e12c83debce582 | |
parent | work on wayland support (diff) | |
download | libgamma-6023cc8294867b61507fef7e73d98f364482139e.tar.gz libgamma-6023cc8294867b61507fef7e73d98f364482139e.tar.bz2 libgamma-6023cc8294867b61507fef7e73d98f364482139e.tar.xz |
dist: add wayland to deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 49f331f..31030dd 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -7,8 +7,8 @@ pkgdesc="Display server abstraction layer for gamma ramps" arch=(i686 x86_64) url="https://github.com/maandree/libgamma" license=('GPL3' 'custom:GFDL1.3') -depends=(glibc libxcb libx11 libxxf86vm libdrm) -makedepends=(glibc libxcb libx11 libxxf86vm libdrm sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash pkg-config) +depends=(glibc libxcb libx11 libxxf86vm libdrm wayland) +makedepends=(glibc libxcb libx11 libxxf86vm libdrm wayland sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash pkg-config) install=libgamma.install source=($url/archive/$pkgver.tar.gz) sha256sums=(a29ddbd96eff868d5c61e793642813a6a4f6cfe358654227502bb91e95cb75db) |