[Buildroot] [git commit master] sylpheed: add dependency on libgtk2

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Feb 24 21:59:32 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=ae6a7222ea8a8e9dbfd864de641de09f9c6968e3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/sylpheed/Config.in   |    1 +
 package/sylpheed/sylpheed.mk |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/sylpheed/Config.in b/package/sylpheed/Config.in
index 2c4aa3a..fe5aee6 100644
--- a/package/sylpheed/Config.in
+++ b/package/sylpheed/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_SYLPHEED
 	bool "sylpheed"
+	select BR2_PACKAGE_LIBGTK2
 	help
 	  lightweight and user-friendly e-mail client.
 
diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk
index 96eca9c..bc2872d 100644
--- a/package/sylpheed/sylpheed.mk
+++ b/package/sylpheed/sylpheed.mk
@@ -13,7 +13,7 @@ SYLPHEED_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
 
 SYLPHEED_CONF_OPT = --disable-gtkspell --program-prefix=""
 
-SYLPHEED_DEPENDENCIES = host-pkg-config
+SYLPHEED_DEPENDENCIES = host-pkg-config libgtk2
 
 $(eval $(call AUTOTARGETS,package,sylpheed))
 
-- 
1.6.3.3




More information about the buildroot mailing list