summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:19:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:58 +0200
commitaa7f50358b896ffe4c17ccd1def0a9436f5326f8 (patch)
tree0c1ef44b70fc9145b061a1de4bfe172e156ebca6
parentc8ad278943a2917432394eab332ff87dfe19e9ae (diff)
downloadptxdist-aa7f50358b896ffe4c17ccd1def0a9436f5326f8.tar.gz
ptxdist-aa7f50358b896ffe4c17ccd1def0a9436f5326f8.tar.xz
host-atk: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-atk.in13
-rw-r--r--rules/host-atk.make36
2 files changed, 0 insertions, 49 deletions
diff --git a/rules/host-atk.in b/rules/host-atk.in
deleted file mode 100644
index 36ccfb965..000000000
--- a/rules/host-atk.in
+++ /dev/null
@@ -1,13 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_ATK
- tristate
- prompt "atk"
- select HOST_GLIB
- help
- ATK is a toolkit providing accessibility interfaces
- for applications or other toolkits. By implementing
- these interfaces, those other toolkits or applications
- can be used with tools such as screen readers,
- magnifiers, and other alternative input devices.
- ATK is part of the GNOME project.
diff --git a/rules/host-atk.make b/rules/host-atk.make
deleted file mode 100644
index 668fe0989..000000000
--- a/rules/host-atk.make
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Robert Schwebel
-# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-HOST_PACKAGES-$(PTXCONF_HOST_ATK) += host-atk
-
-#
-# Paths and names
-#
-HOST_ATK_DIR = $(HOST_BUILDDIR)/$(ATK)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_ATK_PATH := PATH=$(HOST_PATH)
-HOST_ATK_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_ATK_AUTOCONF := \
- $(HOST_AUTOCONF) \
- --disable-glibtest
-
-# vim: syntax=make