summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2008-06-16 13:26:56 +0200
committerPeter Korsgaard2008-06-16 13:26:56 +0200
commit7af711ab3d6b91194b86076422381f1e3b439b04 (patch)
treead630fe05a7d6a3a99d5435c81c589fc4b09c351
parentlibogg: remove BR2_PACKAGE_LIBOGG_HEADERS (diff)
downloadbuildroot-7af711ab3d6b91194b86076422381f1e3b439b04.tar.gz
buildroot-7af711ab3d6b91194b86076422381f1e3b439b04.tar.xz
buildroot-7af711ab3d6b91194b86076422381f1e3b439b04.zip
libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't.
-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