diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-12 08:39:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-12 08:39:58 +0100 |
commit | 5c7ff4e266519fba19aeb521cc95934e5d74455a (patch) | |
tree | 775f844b255f1e7d22b72905314384c7cfb84cff /dist/archlinux/stable | |
parent | update todo: working on display server-free support in the drm branch (diff) | |
parent | cause of set gamma failure determined (diff) | |
download | blueshift-5c7ff4e266519fba19aeb521cc95934e5d74455a.tar.gz blueshift-5c7ff4e266519fba19aeb521cc95934e5d74455a.tar.bz2 blueshift-5c7ff4e266519fba19aeb521cc95934e5d74455a.tar.xz |
Merge branch 'drm'
Diffstat (limited to 'dist/archlinux/stable')
-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 f51a19f..be80463 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -7,10 +7,10 @@ pkgdesc="An extensible and highly configurable alternative to redshift" arch=(i686 x86_64) url="https://github.com/maandree/blueshift" license=('AGPL3' 'GPL3' 'custom:GFDL1.3') -depends=(python3 argparser libxcb libxxf86vm libx11) +depends=(python3 argparser libxcb libxxf86vm libx11 libdrm) optdepends=('adjbacklight: for backlight adjustments without root requirements' 'linux: for backlight support') -makedepends=(cython gcc python3 libxcb libxxf86vm libx11 make coreutils sed zip texinfo auto-auto-complete) +makedepends=(cython gcc python3 libxcb libxxf86vm libx11 libdrm make coreutils sed zip texinfo auto-auto-complete) install=blueshift.install source=($url/archive/$pkgver.tar.gz) sha256sums=(NOT_YET_TAGGED) |