diff options
author | 2024-12-01 16:06:49 +0100 | |
---|---|---|
committer | 2024-12-01 16:06:49 +0100 | |
commit | 2e2a44a0ddf231603288104fce0673ed121c1ec6 (patch) | |
tree | c951fab1670288f336e4d9952fc41ca2348e9288 /x11-misc | |
parent | media-gfx/silicon: patch in src_prepare rather than in src_configure (diff) | |
download | guru-2e2a44a0ddf231603288104fce0673ed121c1ec6.tar.gz guru-2e2a44a0ddf231603288104fce0673ed121c1ec6.tar.bz2 guru-2e2a44a0ddf231603288104fce0673ed121c1ec6.zip |
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>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild b/x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild index 2df128311..220aedd9b 100644 --- a/x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild +++ b/x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild @@ -17,6 +17,7 @@ IUSE="wayland" DEPEND=" dev-libs/glib:2 + x11-libs/cairo[X] !wayland? ( x11-misc/rofi ) wayland? ( gui-apps/rofi-wayland ) " |