mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
18 lines
593 B
Makefile
18 lines
593 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libXcursor"
|
|
PKG_VERSION="1.1.15"
|
|
PKG_SHA256="294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="http://www.X.org"
|
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXcursor-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain libX11 libXfixes libXrender"
|
|
PKG_LONGDESC="X11 Cursor management library.s"
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
makeinstall_target() {
|
|
:
|
|
}
|