mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 13:46:18 +00:00
e5d6b56002
This reduces uncompressed image size by about 100k Signed-off-by: Matthias Reichl <hias@horus.com>
19 lines
696 B
Makefile
19 lines
696 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="kmsxx"
|
|
PKG_VERSION="2bd85abc108e0688384f42b0ec83dcd5a622d50d"
|
|
PKG_SHA256="b8746018d076f1474b48211ff5c1895dc668d93d206d0b2dbd03da1a3d5bb12b"
|
|
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"
|
|
|