mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 07:56:21 +00:00
17 lines
701 B
Makefile
17 lines
701 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="xrandr"
|
|
PKG_VERSION="1.5.2"
|
|
PKG_SHA256="c8bee4790d9058bacc4b6246456c58021db58a87ddda1a9d0139bf5f18f1f240"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="https://www.X.org"
|
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/app/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain util-macros libXrandr"
|
|
PKG_LONGDESC="Xrandr is a primitive command line interface to the RandR extension and used to set the screen size, orientation and/or reflection."
|
|
|
|
post_makeinstall_target() {
|
|
rm -rf ${INSTALL}/usr/bin/xkeystone
|
|
}
|