summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyangWu <xgreenlandforwyy@gmail.com>2022-03-26 16:11:34 +0800
committerBenda Xu <heroxbd@gentoo.org>2022-03-27 11:16:41 +0800
commit2a154b03bb0af6f83df39f3d4fe5724a7ebcf59b (patch)
tree3d3719e1ee7e6db5fbc0e78a8484d45d0787faed /dev-util/hip
parentdev-util/Tensile: fix hardcoded EPREFIX in gentoopath.patch (diff)
downloadgentoo-2a154b03bb0af6f83df39f3d4fe5724a7ebcf59b.tar.gz
gentoo-2a154b03bb0af6f83df39f3d4fe5724a7ebcf59b.tar.bz2
gentoo-2a154b03bb0af6f83df39f3d4fe5724a7ebcf59b.zip
dev-util/hip: add missing BDEPEND providing GL/glx.h
Previously this is the (build-time) dependency of rocclr, which has DEPEND="virtual/opengl" to make sure GL/glx.h is present. Now hip-5 bundles rocclr and this BDEPEND shuold be added. Closes: https://github.com/gentoo/gentoo/pull/24755 Closes: https://bugs.gentoo.org/836136 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-util/hip')
-rw-r--r--dev-util/hip/hip-5.0.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/hip/hip-5.0.2.ebuild b/dev-util/hip/hip-5.0.2.ebuild
index 7cfcb53eb029..b83416aa68d3 100644
--- a/dev-util/hip/hip-5.0.2.ebuild
+++ b/dev-util/hip/hip-5.0.2.ebuild
@@ -28,6 +28,7 @@ DEPEND="
RDEPEND="${DEPEND}
dev-perl/URI-Encode
dev-libs/roct-thunk-interface:${SLOT}"
+BDEPEND="virtual/opengl"
PATCHES=(
"${FILESDIR}/${PN}-5.0.1-DisableTest.patch"