From: Ulf Samuelsson Date: Thu, 29 Nov 2007 13:02:58 +0000 (-0000) Subject: Make atk depend on packets, instead of selecting them X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4939be6a8e4e31139be5b595ff35a615d996d4e;p=buildroot.git Make atk depend on packets, instead of selecting them --- diff --git a/package/atk/Config.in b/package/atk/Config.in index 829a8d4324..a55011bc59 100644 --- a/package/atk/Config.in +++ b/package/atk/Config.in @@ -1,6 +1,9 @@ config BR2_PACKAGE_ATK bool "atk" default n - select BR2_PACKAGE_LIBGLIB2 + depends BR2_PACKAGE_LIBGLIB2 help The ATK accessibility toolkit, needed to build GTK+-2.x. + +comment "atk - disabled (requires libglib2)" + depends !BR2_PACKAGE_LIBGLIB2