21 lines
758 B
Makefile
21 lines
758 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.42.0"
|
|
PKG_SHA256="4b5da10e94fa3c6195f95222438f63a0234b99ef9df772c7640e82baeaa6e386"
|
|
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="-Ddocs=false \
|
|
-Dintrospection=no \
|
|
-Ddbus_daemon=/usr/bin/dbus-daemon"
|
|
|
|
pre_configure_target() {
|
|
TARGET_LDFLAGS="${LDFLAGS} -lXext"
|
|
}
|