From 0e170adfa43b7e050671e537f06cbfcbb1e49686 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 31 Oct 2007 06:36:04 +0000 Subject: Fix Tremor (integer version of libvorbis) so it builds --- package/libvorbis/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/libvorbis/Config.in') 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 -- cgit v1.2.3