mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
libvorbis: select libogg dependency
Library dependencies should be selected, and not use depends on.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBVORBIS
|
config BR2_PACKAGE_LIBVORBIS
|
||||||
bool "libvorbis"
|
bool "libvorbis"
|
||||||
depends on BR2_PACKAGE_LIBOGG
|
select BR2_PACKAGE_LIBOGG
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
Library for the Vorbis open source audio decoder
|
Library for the Vorbis open source audio decoder
|
||||||
@@ -20,6 +20,3 @@ config BR2_PACKAGE_LIBVORBIS_TREMOR
|
|||||||
depends on BR2_PACKAGE_LIBVORBIS
|
depends on BR2_PACKAGE_LIBVORBIS
|
||||||
help
|
help
|
||||||
Use the Tremor fixed point implementation
|
Use the Tremor fixed point implementation
|
||||||
|
|
||||||
comment "libvorbis requires the package libogg to build"
|
|
||||||
depends on !BR2_PACKAGE_LIBOGG
|
|
||||||
|
|||||||
Reference in New Issue
Block a user