sylpheed: add dependency on libgtk2
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 24 Feb 2010 20:54:00 +0000 (21:54 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 24 Feb 2010 21:45:29 +0000 (22:45 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sylpheed/Config.in
package/sylpheed/sylpheed.mk

index 2c4aa3a451f7c577d44a3315e3f940edce5f27c8..fe5aee664848739311905c9fa087fb970d524cce 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_SYLPHEED
        bool "sylpheed"
+       select BR2_PACKAGE_LIBGTK2
        help
          lightweight and user-friendly e-mail client.
 
index 96eca9c36ec67c1ed04c6d081f3676f613d0898c..bc2872dbd345d0102f1de517c0d2943d826a2b98 100644 (file)
@@ -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))