distribution/packages/x11/lib/libX11/package.mk

33 lines
1.5 KiB
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# 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"
2022-07-02 01:39:43 +00:00
PKG_VERSION="1.8.1"
PKG_SHA256="1bc41aa1bbe01401f330d76dfa19f386b79c51881c7bbfee9eb4e27f22f2d9f7"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="OSS"
2022-07-02 01:39:43 +00:00
PKG_SITE="https://www.x.org/"
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
2022-02-05 14:23:32 +00:00
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 \
2022-09-02 10:51:17 +00:00
--enable-loadable-xcursor \
2022-02-05 14:23:32 +00:00
--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"