JBR-6144 enable building JBR with Vulkan

(cherry picked from commit 099698fa19)
This commit is contained in:
Vitaly Provodin
2024-11-01 16:09:34 +04:00
committed by jbrbot
parent 6502a83033
commit 54bf41e210
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ function do_configure {
--with-boot-jdk="$BOOT_JDK" \
--enable-cds=yes \
--with-gtk-shell1-protocol=/gtk-shell.xml \
--with-vulkan \
$DISABLE_WARNINGS_AS_ERRORS \
$STATIC_CONF_ARGS \
$REPRODUCIBLE_BUILD_OPTS \

View File

@@ -43,6 +43,7 @@ function do_configure {
--with-boot-jdk="$BOOT_JDK" \
--enable-cds=yes \
--with-gtk-shell1-protocol=/gtk-shell.xml \
--with-vulkan \
$LINUX_TARGET \
$DISABLE_WARNINGS_AS_ERRORS \
$STATIC_CONF_ARGS \