commit: 56bc06608ed2515d3e63059f9c3207ba608abca6 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Dec 15 15:32:26 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Dec 15 15:39:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bc0660
dev-libs/intel-compute-runtime: enable support for legacy devices Bug: https://bugs.gentoo.org/943189 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> ...35.30872.25.ebuild => intel-compute-runtime-24.35.30872.25-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.25.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.25-r1.ebuild similarity index 97% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.25.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.25-r1.ebuild index 26093c05fb99..341100484c5f 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.25.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.25-r1.ebuild @@ -63,6 +63,7 @@ src_configure() { -DCMAKE_INSTALL_LIBDIR="$(get_libdir)" -DBUILD_WITH_L0="$(usex l0)" -DDISABLE_LIBVA="$(usex !vaapi)" + -DNEO_ALLOW_LEGACY_PLATFORMS_SUPPORT="ON" -DNEO_DISABLE_LTO="ON" -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include" -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"