12 lines
473 B
Makefile
12 lines
473 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||
|
|
||
|
PKG_NAME="wlr-randr"
|
||
|
PKG_VERSION="0.2.0"
|
||
|
PKG_SHA256="12745bc8050a56603bf9bdee70c798b5d6502cf00a795c59fd03e1d786c17ce3"
|
||
|
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."
|