Commit b19ee5cb authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 8b95ee78
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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))