diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-19 15:45:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-19 15:45:05 +0000 |
commit | 2453972351ded1a15af0fe2a0a3d6b6ebe4503f3 (patch) | |
tree | 5e40d069e5087ec4dd6300f1ce8ec087a40fc5f4 /package/multimedia/libvorbis | |
parent | eacd9e084487f5fc8be24c4a0faebd2f196410ef (diff) | |
download | buildroot-novena-2453972351ded1a15af0fe2a0a3d6b6ebe4503f3.tar.gz buildroot-novena-2453972351ded1a15af0fe2a0a3d6b6ebe4503f3.zip |
libvorbis: select libogg dependency
Library dependencies should be selected, and not use depends on.
Diffstat (limited to 'package/multimedia/libvorbis')
-rw-r--r-- | package/multimedia/libvorbis/Config.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/multimedia/libvorbis/Config.in b/package/multimedia/libvorbis/Config.in index 17fd4e845..929713e76 100644 --- a/package/multimedia/libvorbis/Config.in +++ b/package/multimedia/libvorbis/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBVORBIS bool "libvorbis" - depends on BR2_PACKAGE_LIBOGG + select BR2_PACKAGE_LIBOGG select BR2_PACKAGE_PKGCONFIG help Library for the Vorbis open source audio decoder @@ -20,6 +20,3 @@ config BR2_PACKAGE_LIBVORBIS_TREMOR depends on BR2_PACKAGE_LIBVORBIS help Use the Tremor fixed point implementation - -comment "libvorbis requires the package libogg to build" - depends on !BR2_PACKAGE_LIBOGG |