diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-24 09:44:47 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-24 09:44:47 -0500 |
commit | 583b0ad5fc36cba9baaa5553ce55618a0e43cf12 (patch) | |
tree | 27143dc316c2cb46c9361156f6bed87d327d3157 /gui-libs/wlroots | |
parent | app-emacs/flycheck: drop old 32_p20210825 (diff) | |
download | gentoo-583b0ad5fc36cba9baaa5553ce55618a0e43cf12.tar.gz gentoo-583b0ad5fc36cba9baaa5553ce55618a0e43cf12.tar.bz2 gentoo-583b0ad5fc36cba9baaa5553ce55618a0e43cf12.zip |
gui-libs/wlroots: add missing xcb-util-renderutil dep
Closes: https://bugs.gentoo.org/902889
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.16.2.ebuild | 1 | ||||
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gui-libs/wlroots/wlroots-0.16.2.ebuild b/gui-libs/wlroots/wlroots-0.16.2.ebuild index 7da628951f6e..c6aa61b39f4b 100644 --- a/gui-libs/wlroots/wlroots-0.16.2.ebuild +++ b/gui-libs/wlroots/wlroots-0.16.2.ebuild @@ -42,6 +42,7 @@ DEPEND=" x11-base/xwayland x11-libs/libxcb:0= x11-libs/xcb-util-image + x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) " diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 55121354676a..2abb90cf84ef 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -43,6 +43,7 @@ DEPEND=" x11-base/xwayland x11-libs/libxcb:0= x11-libs/xcb-util-image + x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) " |