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/libvorbis | |
parent | 43f18ea31c3447da516bfad8d81c6490a93d9411 (diff) |
packages: fix pkgconfig depencies and select pkgconfig where needed
Diffstat (limited to 'package/libvorbis')
-rw-r--r-- | package/libvorbis/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index 67deded69..9d63026b1 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBVORBIS bool "libvorbis" default n depends on BR2_PACKAGE_LIBOGG + select BR2_PACKAGE_PKGCONFIG help Library for the Vorbis open source audio decoder Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, |