diff options
Diffstat (limited to 'package/libvorbis/Config.in')
-rw-r--r-- | package/libvorbis/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index 6ad0e2009..67deded69 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBVORBIS bool "libvorbis" default n + depends on BR2_PACKAGE_LIBOGG help Library for the Vorbis open source audio decoder Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, @@ -29,3 +30,6 @@ config BR2_PACKAGE_LIBVORBIS_TREMOR help Use the Tremor fixed point implementation Not yet implemented + +comment "libvorbis requires the package libogg to build" + depends on !BR2_PACKAGE_LIBVORBIS |