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

sylpheed: add dependency on libgtk2

parent 9f19a963
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_SYLPHEED
	bool "sylpheed"
	select BR2_PACKAGE_LIBGTK2
	help
	  lightweight and user-friendly e-mail client.

+1 −1
Original line number Diff line number Diff line
@@ -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))