x11-misc/rofi-emoji: Add missing cairo dependency

Adds x11-libs/cairo as a dependency. No revision as both x11-misc/rofi
and gui-apps/rofi-wayland (which this package depends on) depend on this
package.

Closes: https://bugs.gentoo.org/945535
Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
This commit is contained in:
Mathijs Saey
2024-12-01 16:06:49 +01:00
parent bd0b7e1df8
commit 2e2a44a0dd

View File

@@ -17,6 +17,7 @@ IUSE="wayland"
DEPEND="
dev-libs/glib:2
x11-libs/cairo[X]
!wayland? ( x11-misc/rofi )
wayland? ( gui-apps/rofi-wayland )
"