x11-apps/xcur2png: add RDEPEND

Closes: https://bugs.gentoo.org/932490
Signed-off-by: tastytea <gentoo@tastytea.de>
This commit is contained in:
tastytea
2024-05-24 12:23:36 +02:00
parent 4183534a98
commit 175361190a

View File

@@ -1,4 +1,4 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,6 +17,7 @@ DEPEND="
media-libs/libpng
x11-libs/libXcursor
"
RDEPEND="${DEPEND}"
src_configure() {
append-cflags "-std=gnu89" # bug 916457