sylpheed: add dependency on libgtk2
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9f19a96360
commit
ae6a7222ea
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_SYLPHEED
|
config BR2_PACKAGE_SYLPHEED
|
||||||
bool "sylpheed"
|
bool "sylpheed"
|
||||||
|
select BR2_PACKAGE_LIBGTK2
|
||||||
help
|
help
|
||||||
lightweight and user-friendly e-mail client.
|
lightweight and user-friendly e-mail client.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ SYLPHEED_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
|||||||
|
|
||||||
SYLPHEED_CONF_OPT = --disable-gtkspell --program-prefix=""
|
SYLPHEED_CONF_OPT = --disable-gtkspell --program-prefix=""
|
||||||
|
|
||||||
SYLPHEED_DEPENDENCIES = host-pkg-config
|
SYLPHEED_DEPENDENCIES = host-pkg-config libgtk2
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,sylpheed))
|
$(eval $(call AUTOTARGETS,package,sylpheed))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user