17 lines
709 B
Makefile
17 lines
709 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="atk"
|
|
PKG_VERSION="2.36.0"
|
|
PKG_SHA256="fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://library.gnome.org/devel/atk/"
|
|
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/atk/${PKG_VERSION:0:4}/atk-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain glib glib:host"
|
|
PKG_LONGDESC="Provides the set of accessibility interfaces that are implemented by other applications."
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Ddocs=false \
|
|
-Dintrospection=false"
|