mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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>
This commit is contained in:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user