Skip to content

Commit

Permalink
Update build_ppa.sh
Browse files Browse the repository at this point in the history
temporary disable msm
  • Loading branch information
MastaG authored Jul 11, 2024
1 parent 97612e9 commit 1575459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ do
done
cd ../..
# Enable kgsl
sed -i 's/GALLIUM_DRIVERS += freedreno$/GALLIUM_DRIVERS += freedreno\n\tconfflags_GALLIUM += -Dfreedreno-kmds=msm,kgsl/g' debian/rules
sed -i 's/GALLIUM_DRIVERS += freedreno$/GALLIUM_DRIVERS += freedreno\n\tconfflags_GALLIUM += -Dfreedreno-kmds=kgsl/g' debian/rules
else
dch --newversion "${newversion}" "Rebuild mesa-turnip-kgsl"
dch -r -u high "Rebuild mesa-turnip-kgsl"
Expand Down

0 comments on commit 1575459

Please sign in to comment.