summaryrefslogtreecommitdiffstats
path: root/package/libvorbis
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-16 11:26:56 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-16 11:26:56 +0000
commit7af711ab3d6b91194b86076422381f1e3b439b04 (patch)
treead630fe05a7d6a3a99d5435c81c589fc4b09c351 /package/libvorbis
parentba6586bea1d340e8e108c63399318f115c60136d (diff)
downloadbuildroot-novena-7af711ab3d6b91194b86076422381f1e3b439b04.tar.gz
buildroot-novena-7af711ab3d6b91194b86076422381f1e3b439b04.zip
libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't.
Diffstat (limited to 'package/libvorbis')
-rw-r--r--package/libvorbis/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in
index 9d63026b1..2df7fc41b 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