Merge pull request #6696 from heitbaum/gmmlib

gmmlib: update to 22.1.5 and use build type from toolchain
This commit is contained in:
CvH 2022-07-14 12:46:14 +02:00 committed by GitHub
commit 4bc9a62372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="gmmlib"
PKG_VERSION="22.1.4"
PKG_SHA256="18f291b6d5c9a170468e050e301f23760bb5b20b79d28a49a791ace2f22880c9"
PKG_VERSION="22.1.5"
PKG_SHA256="b429cdff2c236274f2b9a32ac4ac2ed5d1655d3c87c557fe0fb7de6b6c906f18"
PKG_ARCH="x86_64"
PKG_LICENSE="MIT"
PKG_SITE="https://01.org/linuxmedia"
@ -12,5 +12,4 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="gmmlib: The Intel(R) Graphics Memory Management Library provides device specific and buffer management for the Intel(R) Graphics Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI."
PKG_CMAKE_OPTS_TARGET="-DBUILD_TYPE=release \
-DRUN_TEST_SUITE=OFF \
-DCMAKE_BUILD_TYPE=Release"
-DRUN_TEST_SUITE=OFF"