summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2500b37e039d..f06ebdf4577a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 19:55:08 UTC 2017
+# Sat Mar 25 19:57:00 UTC 2017
pkgbase = rofi-wayland-git
pkgdesc = A window switcher, run dialog and dmenu replacement
pkgver = 1.3.1.r337.gbb56bf3
@@ -15,6 +15,7 @@ pkgbase = rofi-wayland-git
depends = xcb-util-xrm
depends = wayland-wall
optdepends = sway: use as application runner
+ optdepends = wlc-wall-injector: injects wall wayland protocol in wlc based compositors
optdepends = orbment: use as application runner
provides = rofi
conflicts = rofi
diff --git a/PKGBUILD b/PKGBUILD
index cbe0835b3927..53990e6fdfb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ url="https://davedavenport.github.io/rofi/"
license=('MIT')
depends=(freetype2 libxdg-basedir pango xcb-util-xrm wayland-wall)
optdepends=('sway: use as application runner'
+ 'wlc-wall-injector: injects wall wayland protocol in wlc based compositors'
'orbment: use as application runner')
makedepends=('git')
provides=('rofi')