mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 20:20:30 +00:00
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.4.1"
|
|
PKG_SHA256="8af085aeed3132f7442a05bafeadfd0ea30e9a4818af1a91e161f7d560f2cd93"
|
|
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."
|