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>
This commit is contained in:
parent
6dc3b6dd09
commit
a1f9242257
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user