diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-09 17:15:56 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-09 17:15:56 -0400 |
commit | 2ea28f89bbda321c9b35b817a46f8287c98177ac (patch) | |
tree | b9312f0a7c344e8c728f9ef03ccedac0f759f676 /x11-libs | |
parent | sys-process/gnome-usage: Depend on vala in libhandy and tracker (diff) | |
download | gentoo-2ea28f89bbda321c9b35b817a46f8287c98177ac.tar.gz gentoo-2ea28f89bbda321c9b35b817a46f8287c98177ac.tar.bz2 gentoo-2ea28f89bbda321c9b35b817a46f8287c98177ac.zip |
x11-libs/libxcb: Depend on xorg-proto
xau.pc requires it.
Closes: https://bugs.gentoo.org/852905
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.15-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-libs/libxcb/libxcb-1.15-r1.ebuild b/x11-libs/libxcb/libxcb-1.15-r1.ebuild index 8ad8925627e4..a4480b356b98 100644 --- a/x11-libs/libxcb/libxcb-1.15-r1.ebuild +++ b/x11-libs/libxcb/libxcb-1.15-r1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} + x11-base/xorg-proto >=x11-base/xcb-proto-1.15.2 elibc_Darwin? ( dev-libs/libpthread-stubs ) test? ( dev-libs/check[${MULTILIB_USEDEP}] ) |