diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:38:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:08:00 +0000 |
commit | 290b00374207404c588be373b05ac2250c1fa244 (patch) | |
tree | 0d00068bd24ca3edb1f791df343fa6b3af56a92c /x11-misc/accessx | |
parent | x11-libs/libclxclient: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-290b00374207404c588be373b05ac2250c1fa244.tar.gz gentoo-290b00374207404c588be373b05ac2250c1fa244.tar.bz2 gentoo-290b00374207404c588be373b05ac2250c1fa244.zip |
x11-misc/accessx: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/accessx')
-rw-r--r-- | x11-misc/accessx/accessx-0951-r2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/accessx/accessx-0951-r2.ebuild b/x11-misc/accessx/accessx-0951-r2.ebuild index 92dbd14e21e3..effe98e9c553 100644 --- a/x11-misc/accessx/accessx-0951-r2.ebuild +++ b/x11-misc/accessx/accessx-0951-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit toolchain-funcs DESCRIPTION="Interface to the XKEYBOARD extension in X11" @@ -16,7 +17,10 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext dev-lang/tk:0=" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" S=${WORKDIR}/${PN} PATCHES=( "${FILESDIR}"/${P}-build.patch ) |