]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't.
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:26:56 +0000 (11:26 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:26:56 +0000 (11:26 -0000)
package/libvorbis/Config.in

index 9d63026b1ddbb7e7f13f142ea04d1737d204b608..2df7fc41b0ad218ad57bb1f75978a522430228e3 100644 (file)
@@ -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