diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-01-01 21:54:36 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-01 21:54:36 +0100 |
commit | 7865a56947ce1a87bce9e304efa307e6518a5281 (patch) | |
tree | ed3d17a9a83a3d6a61fdd9eecf1fa76e5f1afb08 | |
parent | b819ad4f3ed8b4958ecd5e9bf11afc6c7f6da497 (diff) | |
download | buildroot-7865a56947ce1a87bce9e304efa307e6518a5281.tar.gz buildroot-7865a56947ce1a87bce9e304efa307e6518a5281.zip |
kodi: fix libva toolchain comment
Documented syntax is '.. needs A toolchain ..'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/kodi/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 9d3ea6f591..124c8d5166 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -245,7 +245,7 @@ config BR2_PACKAGE_KODI_LIBVA help Enable libva support. -comment "libva support needs toolchain w/ dynamic library" +comment "libva support needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS config BR2_PACKAGE_KODI_WAVPACK |