mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 18:56:18 +00:00
19 lines
630 B
Makefile
19 lines
630 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libxss"
|
|
PKG_VERSION="1.2.4"
|
|
PKG_SHA256="75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="https://www.X.org"
|
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXScrnSaver-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain util-macros libXext scrnsaverproto"
|
|
PKG_LONGDESC="X11 Screen Saver extension library."
|
|
PKG_BUILD_FLAGS="+pic -sysroot"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull"
|
|
|
|
post_configure_target() {
|
|
libtool_remove_rpath libtool
|
|
}
|