summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vesely <jano.vesely@gmail.com>2018-10-10 02:48:41 -0400
committerMatt Turner <mattst88@gentoo.org>2018-10-19 10:46:55 -0700
commitac485c1dcba596a63757b5fba0b313ac0e1acfd1 (patch)
tree26a0a8d3606c72ad04eb8d4f9cd308a527cbca97 /media-libs
parentdev-libs/ocl-icd-2.2.12: Install headers and drop ocl-icd.icd (diff)
downloadgentoo-ac485c1dcba596a63757b5fba0b313ac0e1acfd1.tar.gz
gentoo-ac485c1dcba596a63757b5fba0b313ac0e1acfd1.tar.bz2
gentoo-ac485c1dcba596a63757b5fba0b313ac0e1acfd1.zip
dev-libs/mesa-{18.2.2-r1,9999}: Depend on ocl-icd providing CL headers
Signed-off-by: Jan Vesely <jano.vesely@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-18.2.2-r1.ebuild4
-rw-r--r--media-libs/mesa/mesa-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/mesa/mesa-18.2.2-r1.ebuild b/media-libs/mesa/mesa-18.2.2-r1.ebuild
index 5d286e7f051a..7728fa3de19b 100644
--- a/media-libs/mesa/mesa-18.2.2-r1.ebuild
+++ b/media-libs/mesa/mesa-18.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -95,7 +95,7 @@ RDEPEND="
)
lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
opencl? (
- dev-libs/ocl-icd
+ dev-libs/ocl-icd[khronos-headers]
dev-libs/libclc
virtual/libelf:0=[${MULTILIB_USEDEP}]
)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 6eeeca17ce1f..c50d8550e51c 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -95,7 +95,7 @@ RDEPEND="
)
lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
opencl? (
- dev-libs/ocl-icd
+ dev-libs/ocl-icd[khronos-headers]
dev-libs/libclc
virtual/libelf:0=[${MULTILIB_USEDEP}]
)