mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 04:31:30 +00:00
12 lines
528 B
Makefile
12 lines
528 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="wlr-randr"
|
|
PKG_VERSION="0.5.0"
|
|
PKG_SHA256="eae7dd785b2a19c82fd33ca281706616b12b1e5e62042156ab39407c39074b8c"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://gitlab.freedesktop.org/emersion/wlr-randr"
|
|
PKG_URL="https://gitlab.freedesktop.org/emersion/wlr-randr/-/archive/v${PKG_VERSION}/${PKG_NAME}-v${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain wayland"
|
|
PKG_LONGDESC="Utility to manage outputs of a Wayland compositor."
|