0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-15 11:38:21 +00:00

19 lines
630 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
2018-07-16 20:45:36 +02:00
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
2018-06-21 10:56:16 +02:00
PKG_NAME="libxss"
2022-12-05 09:27:57 +00:00
PKG_VERSION="1.2.4"
PKG_SHA256="75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe"
2018-06-21 10:56:16 +02:00
PKG_LICENSE="OSS"
2022-12-05 09:27:57 +00:00
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXScrnSaver-${PKG_VERSION}.tar.xz"
2018-06-21 10:56:16 +02:00
PKG_DEPENDS_TARGET="toolchain util-macros libXext scrnsaverproto"
2018-10-22 15:06:12 +02:00
PKG_LONGDESC="X11 Screen Saver extension library."
PKG_BUILD_FLAGS="+pic -sysroot"
2018-06-21 10:56:16 +02:00
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull"
2022-01-12 14:06:47 +00:00
post_configure_target() {
libtool_remove_rpath libtool
}