summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-20 01:33:55 +0000
committerSam James <sam@gentoo.org>2022-02-20 01:33:55 +0000
commit0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047 (patch)
treefccaa331ef7b4fba0ba09914a531aeeded584522 /x11-libs
parentx11-wm/wmfs: fix build on musl (diff)
downloadgentoo-0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047.tar.gz
gentoo-0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047.tar.bz2
gentoo-0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047.zip
x11-libs/xcb-util-xrm: fix build on musl
Closes: https://bugs.gentoo.org/833103 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
index ae0801471647..8bda1a04bbb9 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,5 +15,6 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
x11-libs/xcb-util[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
+ elibc_musl? ( sys-libs/queue-standalone )
x11-base/xorg-proto
x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac requires it