From patchwork Sun Jan 6 21:29:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [20/28] atk: remove unused host variant Date: Sun, 06 Jan 2013 11:29:32 -0000 From: Thomas Petazzoni X-Patchwork-Id: 209823 Message-Id: To: buildroot@busybox.net 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 --- package/atk/atk.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/atk/atk.mk b/package/atk/atk.mk index 0453acb..2a85edd 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))