summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kauer2017-03-25 18:06:37 +0100
committerAlexander Kauer2017-03-25 18:07:52 +0100
commit3a0a9a759c328e328812ae974332a1cec9f42dd7 (patch)
treecb4d76efcf60a672a7919c4175e3b79109ae4d85
parent48c32298e4f29f147b7303fb7daf76f0d7e52075 (diff)
downloadaur-3a0a9a759c328e328812ae974332a1cec9f42dd7.tar.gz
Add xvfb to dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41805dfbc7ef..873bf726620e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Run an X application scaled via xpra. Useful on hidpi screens'
arch=('any')
url='https://github.com/kaueraal/run_scaled.git'
license=('BSD')
-depends=('xpra-winswitch' 'xorg-xrandr')
+depends=('xpra-winswitch' 'xorg-xrandr' 'xorg-server-xvfb')
source=("${_gitdir}::git://github.com/kaueraal/run_scaled.git")
md5sums=(SKIP)