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) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
PKG_NAME="libICE"
|
2023-08-24 09:53:35 +00:00
|
|
|
PKG_VERSION="1.1.1"
|
|
|
|
PKG_SHA256="03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_LICENSE="OSS"
|
2023-08-24 09:53:35 +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"
|
|
|
|
PKG_LONGDESC="X Inter-Client Exchange (ICE) protocol library."
|
2023-08-24 09:53:35 +00:00
|
|
|
PKG_BUILD_FLAGS="+pic"
|
2022-02-05 14:23:32 +00:00
|
|
|
|
2023-08-24 09:53:35 +00:00
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
2023-02-08 23:08:18 +00:00
|
|
|
--enable-shared \
|
2022-02-05 14:23:32 +00:00
|
|
|
--disable-ipv6 \
|
|
|
|
--without-xmlto"
|