commit: 184032f7dc3d950c193c249bfe9cf9aca3b5525a
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 23 13:21:03 2021 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Fri Apr 23 13:21:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184032f7
dev-libs/intel-neo: fix files installed outside the prefix
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
dev-libs/intel-neo/intel-neo-20.44.18297.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/intel-neo/intel-neo-20.44.18297.ebuild
b/dev-libs/intel-neo/intel-neo-20.44.18297.ebuild
index 0499936a2f0..a83773bc914 100644
--- a/dev-libs/intel-neo/intel-neo-20.44.18297.ebuild
+++ b/dev-libs/intel-neo/intel-neo-20.44.18297.ebuild
@@ -44,6 +44,7 @@ S="${WORKDIR}"/${MY_P}
src_configure() {
local mycmakeargs=(
-DKHRONOS_GL_HEADERS_DIR="${EPREFIX}/usr/include"
+ -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
-DBUILD_WITH_L0=$(usex l0)
-DDISABLE_LIBVA=$(usex vaapi "no" "yes")
# If enabled, tests are automatically run during the compile
phase