summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c72595154b71..b4cd27f8f3ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = waybar-git
depends = libnl>=3.0
depends = libsigc++>=2.0
depends = wayland
+ depends = dbusmenu-gtk3
depends = libpulse
depends = wlroots
source = waybar-git::git://github.com/Alexays/Waybar
diff --git a/PKGBUILD b/PKGBUILD
index 7da62a2ce280..4415a15ba196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=('gtkmm3'
'libnl>=3.0'
'libsigc++>=2.0'
'wayland'
+ 'dbusmenu-gtk3'
'libpulse'
'wlroots')
makedepends=('meson'