mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-05 23:17:57 +00:00
310a9a8d18
log: - https://github.com/intel/gmmlib/compare/intel-gmmlib-22.3.17...intel-gmmlib-22.3.18
16 lines
718 B
Makefile
16 lines
718 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="gmmlib"
|
|
PKG_VERSION="22.3.18"
|
|
PKG_SHA256="381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f"
|
|
PKG_ARCH="x86_64"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://01.org/linuxmedia"
|
|
PKG_URL="https://github.com/intel/gmmlib/archive/intel-gmmlib-${PKG_VERSION}.tar.gz"
|
|
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"
|