diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-14 21:01:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-14 21:01:16 +0000 |
commit | 565e05c8a18ecb7ffff0018b598218d32399d8b7 (patch) | |
tree | a49e24c47e431bcb1de31bb6bd350bec74b7a457 /package/sylpheed | |
parent | 43f18ea31c3447da516bfad8d81c6490a93d9411 (diff) |
packages: fix pkgconfig depencies and select pkgconfig where needed
Diffstat (limited to 'package/sylpheed')
-rw-r--r-- | package/sylpheed/Config.in | 1 | ||||
-rw-r--r-- | 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 588e139d6..7b5d22cf4 100644 --- a/package/sylpheed/Config.in +++ b/package/sylpheed/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SYLPHEED bool "sylpheed" default n + select BR2_PACKAGE_PKGCONFIG help lightweight and user-friendly e-mail client. diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk index b88ebc783..76117805d 100644 --- a/package/sylpheed/sylpheed.mk +++ b/package/sylpheed/sylpheed.mk @@ -14,7 +14,7 @@ SYLPHEED_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install SYLPHEED_CONF_ENV = PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig SYLPHEED_CONF_OPT = --disable-gtkspell --program-prefix="" -SYLPHEED_DEPENDENCIES = uclibc +SYLPHEED_DEPENDENCIES = uclibc pkgconfig $(eval $(call AUTOTARGETS,package,sylpheed)) |