summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoctuid2015-08-29 20:55:02 -0400
committernoctuid2015-08-29 20:55:02 -0400
commit6966ea8211397af12808fb0ff838cb8b90012fb3 (patch)
tree9c334f01118115c285c88c162c02224dd79a6e89
parent85ba75cc7609d56a2cbaf653190609032ca8dc40 (diff)
downloadaur-6966ea8211397af12808fb0ff838cb8b90012fb3.tar.gz
Add xorg as optional dependency
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f96cda779aea..d1334667f0cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,10 @@ arch=('any')
url="https://github.com/noctuid/tdrop"
license=('Simplified BSD')
depends=('bash' 'xdotool' 'xorg-xwininfo' 'xorg-xprop')
-optdepends=('tmux: session starting support'
+optdepends=('tmux: session starting support'
'tmuxinator: session starting support'
- 'sxhkd: for a tdrop keybinding')
+ 'sxhkd: for a tdrop keybinding'
+ 'xorg-xrandr: multiple monitor resizing support')
makedepends=('git')
provides=("${_pkgname}")
md5sums=('SKIP')