diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2024-05-03 21:08:58 +0200 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2024-05-03 21:09:33 +0200 |
commit | cf2dece87db9e105f13475f922bbaf496f4771a2 (patch) | |
tree | d859a85b26022a6388f13cfc0ca485cb87fde740 /x11-libs/libfakekey | |
parent | net-dns/pdns-recursor: drop 5.0.2, 5.0.3 (diff) | |
download | gentoo-cf2dece87db9e105f13475f922bbaf496f4771a2.tar.gz gentoo-cf2dece87db9e105f13475f922bbaf496f4771a2.tar.bz2 gentoo-cf2dece87db9e105f13475f922bbaf496f4771a2.zip |
x11-libs/libfakekey: Add xorg-proto as build dep
Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
Diffstat (limited to 'x11-libs/libfakekey')
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.3-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild b/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild index 5deadfa36d5f..958e50604274 100644 --- a/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild @@ -14,7 +14,10 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86" IUSE="debug doc" -BDEPEND="doc? ( app-text/doxygen )" +BDEPEND=" + x11-base/xorg-proto + doc? ( app-text/doxygen ) +" DEPEND="x11-libs/libXtst" RDEPEND="${DEPEND}" |