summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavide Depau2019-11-10 16:54:08 +0100
committerDavide Depau2019-11-10 16:54:08 +0100
commit27b2ae6344a841ddb081f6e1bdbb446e757438fa (patch)
treea7e488305b6332c0e3f1fc5d43ab239b014503f7 /PKGBUILD
parentda1db0d23676032f9ae365250c79c96b3813fb8b (diff)
downloadaur-27b2ae6344a841ddb081f6e1bdbb446e757438fa.tar.gz
Add dependency on wayland (client)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a2a98a794d6..f92859063ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ pkgdesc="Wayland port of a generic menu for X"
url="https://github.com/nyyManni/dmenu-wayland"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('wayland-protocols' 'cairo' 'pango' 'libxkbcommon' 'glib2')
+depends=('wayland' 'wayland-protocols' 'cairo' 'pango' 'libxkbcommon' 'glib2')
makedepends=('git' 'meson' 'ninja')
# Not providing "dmenu" is intented: it does not provide a "dmenu" command, it's "dmenu-wl"
provides=(dmenu-wayland dmenu)