2022-07-11 10:58:58 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
PKG_NAME="wlr-randr"
|
2024-02-04 11:17:24 +00:00
|
|
|
PKG_VERSION="0.3.1"
|
|
|
|
PKG_SHA256="918420f134fc094da0cd9cc5112b65f623abd773964bff5fa57e221204506ab2"
|
2022-07-11 10:58:58 +00:00
|
|
|
PKG_LICENSE="MIT"
|
|
|
|
PKG_SITE="https://git.sr.ht/~emersion/wlr-randr"
|
|
|
|
PKG_URL="https://git.sr.ht/~emersion/wlr-randr/archive/v${PKG_VERSION}.tar.gz"
|
|
|
|
PKG_DEPENDS_TARGET="toolchain wayland"
|
|
|
|
PKG_LONGDESC="Utility to manage outputs of a Wayland compositor."
|