2022-02-05 14:23:32 +00:00
|
|
|
# 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"
|
2022-09-04 21:43:37 +00:00
|
|
|
PKG_VERSION="c6eded76e212419518bd955cad58c96b8653840e"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_LICENSE="OSS"
|
2022-09-04 21:43:37 +00:00
|
|
|
PKG_SITE="https://gitlab.freedesktop.org/xorg/lib/libxext"
|
|
|
|
PKG_URL="${PKG_SITE}.git"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_DEPENDS_TARGET="toolchain util-macros libX11"
|
|
|
|
PKG_LONGDESC="LibXext provides an X Window System client interface to several extensions to the X protocol."
|
2022-09-04 21:43:37 +00:00
|
|
|
PKG_TOOLCHAIN="autotools"
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull --without-xmlto"
|
2022-07-02 01:39:43 +00:00
|
|
|
|
|
|
|
post_configure_target() {
|
|
|
|
libtool_remove_rpath libtool
|
|
|
|
}
|