forked from libretro/Lakka-LibreELEC
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.3.0"
|
|
PKG_SHA256="f6e0bea3b41673adbc0ab707d5d93bfdcd3fc6f43c46377565865c3440f81eb4"
|
|
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."
|