diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-19 23:54:18 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-19 23:56:41 +0200 |
commit | b03e04f3df86e1f2e6e136c5a536c516e2374807 (patch) | |
tree | 98ab5826e4e37ffe3dcb2dc246d03b89531ce775 /package/wvstreams | |
parent | f17ccaf9c8e768d413352d8a6613e592dcb542f8 (diff) |
wvstreams: needs host-pkgconf
The wvstreams configure script uses pkg-config, so we need to build
host-pkgconf before.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/wvstreams')
-rw-r--r-- | package/wvstreams/wvstreams.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wvstreams/wvstreams.mk b/package/wvstreams/wvstreams.mk index 13982c423..d363f4c1d 100644 --- a/package/wvstreams/wvstreams.mk +++ b/package/wvstreams/wvstreams.mk @@ -6,7 +6,7 @@ WVSTREAMS_VERSION = 4.6.1 WVSTREAMS_SITE = http://wvstreams.googlecode.com/files -WVSTREAMS_DEPENDENCIES = openssl zlib +WVSTREAMS_DEPENDENCIES = openssl zlib host-pkgconf WVSTREAMS_INSTALL_STAGING = YES WVSTREAMS_LICENSE = LGPLv2+ |