summaryrefslogtreecommitdiffstats
path: root/package/sylpheed/sylpheed.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-24 21:54:00 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-02-24 22:45:29 +0100
commitae6a7222ea8a8e9dbfd864de641de09f9c6968e3 (patch)
treebc885b6a6f54417d5b8f5c50e7761013b9d17cfa /package/sylpheed/sylpheed.mk
parent9f19a96360600777093f5f95bb3dd3d3a152e4bb (diff)
downloadbuildroot-novena-ae6a7222ea8a8e9dbfd864de641de09f9c6968e3.tar.gz
buildroot-novena-ae6a7222ea8a8e9dbfd864de641de09f9c6968e3.zip
sylpheed: add dependency on libgtk2
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sylpheed/sylpheed.mk')
-rw-r--r--package/sylpheed/sylpheed.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk
index 96eca9c36..bc2872dbd 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))