mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 12:09:47 +00:00
19 lines
725 B
Makefile
19 lines
725 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libXext"
|
|
PKG_VERSION="1.3.6"
|
|
PKG_SHA256="edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="https://www.X.org"
|
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain util-macros libX11"
|
|
PKG_LONGDESC="LibXext provides an X Window System client interface to several extensions to the X protocol."
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull --without-xmlto"
|
|
|
|
post_configure_target() {
|
|
libtool_remove_rpath libtool
|
|
}
|