package/libbluray: fix build when host has no java support

Fixes
http://autobuild.buildroot.net/results/630/630cfe62798d0f35fdfaed8547038ba7673cc149/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.08.x
Bernd Kuhls 2017-06-18 09:27:37 +02:00 committed by Thomas Petazzoni
parent dfde97dce5
commit 39b6ea3c61
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ LIBBLURAY_LICENSE = LGPL-2.1+
LIBBLURAY_LICENSE_FILES = COPYING
LIBBLURAY_DEPENDENCIES = host-pkgconf
LIBBLURAY_CONF_OPTS = --disable-bdjava-jar
ifeq ($(BR2_PACKAGE_LIBICONV),y)
LIBBLURAY_DEPENDENCIES += libiconv
endif