* [Buildroot] [PATCH 1/1] package/libbluray: fix build when host has no java support
@ 2017-06-18 7:27 Bernd Kuhls
2017-06-18 13:53 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-06-18 7:27 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/630/630cfe62798d0f35fdfaed8547038ba7673cc149/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libbluray/libbluray.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/libbluray/libbluray.mk b/package/libbluray/libbluray.mk
index d3eee5d0c..4928f8acb 100644
--- a/package/libbluray/libbluray.mk
+++ b/package/libbluray/libbluray.mk
@@ -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
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-18 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-18 7:27 [Buildroot] [PATCH 1/1] package/libbluray: fix build when host has no java support Bernd Kuhls
2017-06-18 13:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox