diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-04-23 15:21:03 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-04-23 15:21:31 +0200 |
commit | 184032f7dc3d950c193c249bfe9cf9aca3b5525a (patch) | |
tree | 7ca8c7d28bbda1249d1bbbeadc0aae532af2dc6c /dev-libs | |
parent | www-apache/mod_h2: 1.15.18 version bump (diff) | |
download | gentoo-184032f7dc3d950c193c249bfe9cf9aca3b5525a.tar.gz gentoo-184032f7dc3d950c193c249bfe9cf9aca3b5525a.tar.bz2 gentoo-184032f7dc3d950c193c249bfe9cf9aca3b5525a.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/intel-neo/intel-neo-20.44.18297.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 0499936a2f01..a83773bc9149 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 |