summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2024-05-03 21:08:58 +0200
committerMaciej Mrozowski <reavertm@gentoo.org>2024-05-03 21:09:33 +0200
commitcf2dece87db9e105f13475f922bbaf496f4771a2 (patch)
treed859a85b26022a6388f13cfc0ca485cb87fde740 /x11-libs/libfakekey
parentnet-dns/pdns-recursor: drop 5.0.2, 5.0.3 (diff)
downloadgentoo-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.ebuild5
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}"