diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-02-27 13:55:36 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-02-27 13:56:11 +0100 |
commit | 3485c82cf6810dbfa62451ee3948702bd9db24f3 (patch) | |
tree | 24684393c06e6480b6d14261f8c130e19e03d70c /dev-tcltk | |
parent | media-libs/fcft: add 3.1.8 (diff) | |
download | gentoo-3485c82cf6810dbfa62451ee3948702bd9db24f3.tar.gz gentoo-3485c82cf6810dbfa62451ee3948702bd9db24f3.tar.bz2 gentoo-3485c82cf6810dbfa62451ee3948702bd9db24f3.zip |
dev-tcltk/tkdnd: require libXcursor
Closes: https://bugs.gentoo.org/925612
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tkdnd/tkdnd-2.9.4-r1.ebuild (renamed from dev-tcltk/tkdnd/tkdnd-2.9.4.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-tcltk/tkdnd/tkdnd-2.9.4.ebuild b/dev-tcltk/tkdnd/tkdnd-2.9.4-r1.ebuild index 014f6d7ec75a..f21df17ee8a9 100644 --- a/dev-tcltk/tkdnd/tkdnd-2.9.4.ebuild +++ b/dev-tcltk/tkdnd/tkdnd-2.9.4-r1.ebuild @@ -14,7 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug threads X" -DEPEND="dev-lang/tk:=" +DEPEND=" + dev-lang/tk:= + x11-libs/libXcursor +" RDEPEND=${DEPEND} QA_CONFIG_IMPL_DECL_SKIP=( |