mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-05 23:17:57 +00:00
18 lines
695 B
Makefile
18 lines
695 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="kmsxx"
|
|
PKG_VERSION="403c756c958c2a60adc6e8fa64aa0943b4dfda4e"
|
|
PKG_SHA256="f8836c2a7e771c9163b7d08f22c121f134697d7d4a66d7fe9631585aff54e8db"
|
|
PKG_LICENSE="MPL-2.0"
|
|
PKG_SITE="https://github.com/tomba/kmsxx"
|
|
PKG_URL="https://github.com/tomba/kmsxx/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libdrm libfmt"
|
|
PKG_LONGDESC="Library and utilities for kernel mode setting"
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Ddefault_library=shared \
|
|
-Dkmscube=false \
|
|
-Domap=disabled \
|
|
-Dpykms=disabled"
|