f02e6d3c85
These are completely historic from the initial commit (810184bb
) and
completely unused.
Two separate builds with/without give nothing with:
$ diff -u atk.cv/config.log atk-2.18.0/config.log|grep ^+
And all removals with:
$ diff -u atk.cv/config.log atk-2.18.0/config.log|grep ^-
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
648 B
Makefile
19 lines
648 B
Makefile
################################################################################
|
|
#
|
|
# atk
|
|
#
|
|
################################################################################
|
|
|
|
ATK_VERSION_MAJOR = 2.18
|
|
ATK_VERSION = $(ATK_VERSION_MAJOR).0
|
|
ATK_SOURCE = atk-$(ATK_VERSION).tar.xz
|
|
ATK_SITE = http://ftp.gnome.org/pub/gnome/sources/atk/$(ATK_VERSION_MAJOR)
|
|
ATK_LICENSE = LGPLv2+
|
|
ATK_LICENSE_FILES = COPYING
|
|
ATK_INSTALL_STAGING = YES
|
|
ATK_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
|
|
ATK_CONF_OPTS = --disable-glibtest --enable-explicit-deps=no
|
|
ATK_DEPENDENCIES = libglib2 host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|