mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 12:46:19 +00:00
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.38.0"
|
|
PKG_SHA256="ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36"
|
|
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"
|