avoid glx es2 setup
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
|
||||
wrapProgram $out/bin/jprototerm \
|
||||
--set GDK_BACKEND x11 \
|
||||
--set JAVA_TOOL_OPTIONS "-Dprism.order=sw" \
|
||||
--prefix LD_LIBRARY_PATH : ${pkgs.lib.makeLibraryPath [ openjfx jlib ]}:${openjfx}/modules_libs/javafx.graphics \
|
||||
--prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.util-linux pkgs.bash ]}
|
||||
|
||||
|
||||
@@ -78,6 +78,8 @@ public final class Main extends Application {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.setProperty("prism.order", "sw");
|
||||
System.setProperty("prism.verbose", "true");
|
||||
launch(Main.class, args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user