From: Peter Korsgaard Date: Mon, 16 Jun 2008 11:26:56 +0000 (-0000) Subject: libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7af711ab3d6b91194b86076422381f1e3b439b04;p=buildroot.git libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't. --- diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index 9d63026b1d..2df7fc41b0 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -33,4 +33,4 @@ config BR2_PACKAGE_LIBVORBIS_TREMOR Not yet implemented comment "libvorbis requires the package libogg to build" - depends on !BR2_PACKAGE_LIBVORBIS + depends on !BR2_PACKAGE_LIBOGG