mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 12:09:47 +00:00
3abae7ab03
Release 1.8.9 * Fix regressions introduced in 1.8.8 (!245, !248) - this includes reverting for now the previous "Fix XIM input sometimes jumbled (#198, !236)" log: - https://gitlab.freedesktop.org/xorg/lib/libx11/-/compare/libX11-1.8.7...libX11-1.8.8?from_project_id=701&straight=false - https://gitlab.freedesktop.org/xorg/lib/libx11/-/compare/libX11-1.8.8...libX11-1.8.9?from_project_id=701&straight=false
33 lines
1.5 KiB
Makefile
33 lines
1.5 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libX11"
|
|
PKG_VERSION="1.8.9"
|
|
PKG_SHA256="779d8f111d144ef93e2daa5f23a762ce9555affc99592844e71c4243d3bd3262"
|
|
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 xtrans libXau libxcb xorgproto"
|
|
PKG_LONGDESC="LibX11 is the main X11 library containing all the client-side code to access the X11 windowing system."
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-loadable-i18n \
|
|
--disable-loadable-xcursor \
|
|
--enable-xthreads \
|
|
--disable-xcms \
|
|
--enable-xlocale \
|
|
--disable-xlocaledir \
|
|
--enable-xkb \
|
|
--with-keysymdefdir=${SYSROOT_PREFIX}/usr/include/X11 \
|
|
--disable-xf86bigfont \
|
|
--enable-malloc0returnsnull \
|
|
--disable-specs \
|
|
--without-xmlto \
|
|
--without-fop \
|
|
--enable-composecache \
|
|
--disable-lint-library \
|
|
--disable-ipv6 \
|
|
--without-launchd \
|
|
--without-lint"
|