Codebase list lwjgl / 4030be2
Build-depend on OpenJDK 8 to work around the FTBFS with later versions. Closes: #893302 Markus Koschany 5 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
99 javahelper,
1010 ant,
1111 ant-optional,
12 default-jdk,
12 openjdk-8-jdk,
1313 libjinput-java,
1414 libxrandr-dev,
1515 libxxf86vm-dev,
55 TAR := ../$(NAME)_$(VERSION).orig.tar.gz
66 TARDFSG := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz
77
8 export JAVA_HOME=/usr/lib/jvm/default-java
8 export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
99 export PATH:=$(JAVA_HOME)/bin:$(PATH)
1010
1111 # NOTE: jutils is explicitly included here (without a depends in our control