Commit 24539723 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libvorbis: select libogg dependency

Library dependencies should be selected, and not use depends on.
parent eacd9e08
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
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