summaryrefslogtreecommitdiffstats
path: root/package/atk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-01-06 11:29:32 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-12 22:47:42 +0100
commitb19ee5cbdf8978d593805483a92b4c9d00c0da76 (patch)
tree15aa9f8533d2ac6067abc3ac1fce7acc81165dcc /package/atk
parent8b95ee78a4cdf77ffcb86d30aee1a72e848e04cc (diff)
downloadbuildroot-novena-b19ee5cbdf8978d593805483a92b4c9d00c0da76.tar.gz
buildroot-novena-b19ee5cbdf8978d593805483a92b4c9d00c0da76.zip
atk: remove unused host variant
The atk package is used as a dependency in the libglade and libgtk2 packages. The libglade package has no host variant, and does not depend on host-atk. The libgtk2 package depends on atk, and has a host variant, but the host variant of libgtk2 overrides HOST_LIBGTK2_DEPENDENCIES to limit the number of dependencies, and host-atk is not amongst those dependencies. Therefore, host-atk is useless and can be removed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/atk')
-rw-r--r--package/atk/atk.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/atk/atk.mk b/package/atk/atk.mk
index 0453acbc7..2a85edde0 100644
--- a/package/atk/atk.mk
+++ b/package/atk/atk.mk
@@ -43,8 +43,4 @@ ATK_CONF_OPT = --disable-glibtest --enable-explicit-deps=no \
ATK_DEPENDENCIES = libglib2 host-pkgconf
-HOST_ATK_CONF_OPT = \
- --disable-glibtest
-
$(eval $(autotools-package))
-$(eval $(host-autotools-package))