summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2020-08-05 13:56:50 +0200
committerRuben De Smet2020-08-05 13:56:50 +0200
commitb0f390dbba23e7974b6696cf4ff7920ef1f846fd (patch)
treed95cdd79490d6829f4bc1f5542ec11a8621206be
parent60e3293df9bc63eda218b8e00c9acdd2bf10433a (diff)
downloadaur-rofi-wayland-git.tar.gz
Remove wayland-wall dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12ab430987c9..faebcdbf6c0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = rofi-wayland-git
depends = libxdg-basedir
depends = pango
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
diff --git a/PKGBUILD b/PKGBUILD
index faec62911722..07cc4ec343bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="Abandoned code base, try the fork \`rofi-lbonn-wayland-git\`"
arch=('i686' 'x86_64')
url="https://davedavenport.github.io/rofi/"
license=('MIT')
-depends=(freetype2 libxdg-basedir pango xcb-util-xrm wayland-wall)
+depends=(freetype2 libxdg-basedir pango xcb-util-xrm)
optdepends=('sway: use as application runner'
'wlc-wall-injector: injects wall wayland protocol in wlc based compositors'
'orbment: use as application runner')