summaryrefslogtreecommitdiffstats
path: root/package/xbmc
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2014-03-31 10:27:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-03 20:21:03 +0200
commita1f92422575645e5e81b4026eb42e758da4821e6 (patch)
treedc540b8dbb5399b2d0d58a5aa0e6fa6d961eb72f /package/xbmc
parent6dc3b6dd09638d1966daef31e1a1ec5b09b69432 (diff)
xbmc: Fix Java dependency check
A check for Java has been implemented in dependencies.sh, but during the review, the name of the variable had been changed from: BR2_HOST_NEEDS_JAVA to BR2_NEEDS_HOST_JAVA as it is more accurate. The change was not made in XBMC and as such, you could start the build of XBMC without Java on your system. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xbmc')
-rw-r--r--package/xbmc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in
index e078d2f99..cf6a6b95b 100644
--- a/package/xbmc/Config.in
+++ b/package/xbmc/Config.in
@@ -9,7 +9,7 @@ comment "xbmc requires an OpenGL ES and EGL backend"
menuconfig BR2_PACKAGE_XBMC
bool "xbmc"
- select BR2_HOST_NEEDS_JAVA
+ select BR2_NEEDS_HOST_JAVA
select BR2_PACKAGE_BOOST
select BR2_PACKAGE_BOOST_THREAD
select BR2_PACKAGE_BZIP2