Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: termux-pacman/termux-packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 478f2e062f903b85fc589c11e37c53079fe9d1e1
Choose a base ref
..
head repository: termux-pacman/termux-packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 228323414413f65398334a6de35707b08541617f
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 packages/mesa/build.sh
3 changes: 2 additions & 1 deletion packages/mesa/build.sh
Original file line number Diff line number Diff line change
@@ -45,12 +45,13 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dmicrosoft-clc=disabled
-Db_ndebug=true
-Dgallium-rusticl=true
-Drust_std=none
-Drust_std=2021
"

termux_step_pre_configure() {
termux_setup_cmake
termux_setup_rust
termux_setup_cargo_c
termux_setup_glslang

CFLAGS+=' -g1'