aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBatuhan Başerdem2020-09-25 15:43:53 -0400
committerBatuhan Başerdem2020-09-25 15:43:53 -0400
commitb4a092852d00679b1afc833329ae8b89e1a07e3a (patch)
tree515187d71884af6a707532f27d51a93cd69f4ac2 /PKGBUILD
parent1d4947197b9bb6c04695f7280e7b969ee7c12d72 (diff)
downloadaur-b4a092852d00679b1afc833329ae8b89e1a07e3a.tar.gz
Added mesa fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1a8ea07c5d2..540cc45a92a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -142,8 +142,7 @@ prepare() {
--pkgdesc "${pkgdesc}" \
--categories "Development;Education;Science;Mathematics;IDE" \
--mimetypes "application/x-matlab-data;text/x-matlab" \
- --exec 'matlab -desktop'
- #--exec 'sh -c '\''if [ "${MATLAB_INTEL_OVERRIDE}" = "yes" ] ; then exec env MESA_LOADER_DRIVER_OVERRIDE=i965 matlab -desktop ; else exec matlab -desktop ; fi'\'
+ --exec 'sh -c '\''if [ "${MATLAB_INTEL_OVERRIDE}" = "yes" ] ; then exec env MESA_LOADER_DRIVER_OVERRIDE=i965 matlab -desktop ; else exec matlab -desktop ; fi'\'
}
build() {