From 2453972351ded1a15af0fe2a0a3d6b6ebe4503f3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Feb 2009 15:45:05 +0000 Subject: libvorbis: select libogg dependency Library dependencies should be selected, and not use depends on. --- package/multimedia/libvorbis/Config.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'package/multimedia/libvorbis/Config.in') 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 -- cgit v1.2.3