mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
20 lines
701 B
Makefile
20 lines
701 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2017 Escalade
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="at-spi2-core"
|
|
PKG_VERSION="2.28.0"
|
|
PKG_SHA256="42a2487ab11ce43c288e73b2668ef8b1ab40a0e2b4f94e80fca04ad27b6f1c87"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="http://www.gnome.org/"
|
|
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${PKG_VERSION:0:4}/at-spi2-core-$PKG_VERSION.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain atk dbus glib libXtst"
|
|
PKG_LONGDESC="Protocol definitions and daemon for D-Bus at-spi."
|
|
|
|
PKG_MESON_OPTS_TARGET="-Denable_docs=false \
|
|
-Denable-introspection=no"
|
|
|
|
pre_configure_target() {
|
|
LDFLAGS="$LDFLAGS -lXext"
|
|
}
|