gui-apps/swaync: add pango/cairo to RDEPEND

Closes: https://bugs.gentoo.org/932622
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2024-05-25 08:20:08 -04:00
parent dc7e00dc41
commit 187e150d28
2 changed files with 12 additions and 3 deletions

View File

@@ -32,7 +32,12 @@ DEPEND="
x11-libs/gtk+:3
pulseaudio? ( media-libs/libpulse )
"
RDEPEND="${DEPEND}"
RDEPEND="
${DEPEND}
x11-libs/cairo
x11-libs/pango
"
BDEPEND="
${PYTHON_DEPS}
$(vala_depend)

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,7 +31,11 @@ DEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
"
RDEPEND="${DEPEND}"
RDEPEND="
${DEPEND}
x11-libs/cairo
x11-libs/pango
"
BDEPEND="
$(vala_depend)
app-text/scdoc