mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-16 16:08:52 +00:00
eeab3d92b4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
14 lines
573 B
Makefile
14 lines
573 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="scrnsaverproto"
|
|
PKG_VERSION="1.2.2"
|
|
PKG_SHA256="8bb70a8da164930cceaeb4c74180291660533ad3cc45377b30a795d1b85bcd65"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://xorg.freedesktop.org/"
|
|
PKG_URL="https://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="X11 Screen Saver extension wire protocol."
|
|
PKG_BUILD_FLAGS="-sysroot"
|