libbluray: Don't depend on the JDK by default
Depending on the JDK increases the closure size by a few hundred MB. Issue #8990.
This commit is contained in:
parent
d7e97e07a3
commit
1a4bb0ef9b
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, fontconfig, autoreconfHook
|
{ stdenv, fetchurl, pkgconfig, fontconfig, autoreconfHook
|
||||||
, withJava ? true, jdk ? null, ant ? null
|
, withJava ? false, jdk ? null, ant ? null
|
||||||
, withAACS ? false, libaacs ? null
|
, withAACS ? false, libaacs ? null
|
||||||
, withBDplus ? false, libbdplus ? null
|
, withBDplus ? false, libbdplus ? null
|
||||||
, withMetadata ? true, libxml2 ? null
|
, withMetadata ? true, libxml2 ? null
|
||||||
|
Loading…
Reference in New Issue
Block a user