libbluray: disable BD-Java
BD-Java requires host-ant which is not currently available in Buildroot. Fixes: http://autobuild.buildroot.net/results/e87/e8790359cc12d73a22a168a61f59215e50a58f0f/ http://autobuild.buildroot.net/results/bb3/bb33effb844fd6c06efa033cc3e3cb4b4495d1d5/ http://autobuild.buildroot.net/results/623/623de2013eba2bff2d0863968e76f299488f9f35/ and more. Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6397f7aa2b
commit
7cc5e6daed
@ -12,7 +12,7 @@ LIBBLURAY_LICENSE = LGPLv2.1+
|
||||
LIBBLURAY_LICENSE_FILES = COPYING
|
||||
LIBBLURAY_DEPENDENCIES = host-pkgconf
|
||||
|
||||
LIBBLURAY_CONF_OPTS = --enable-udf
|
||||
LIBBLURAY_CONF_OPTS = --enable-udf --disable-bdjava
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
LIBBLURAY_DEPENDENCIES += libiconv
|
||||
|
Loading…
Reference in New Issue
Block a user