Skip to content

Commit

Permalink
mesa-vpu: add chromium back for debian and noble
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Feb 17, 2025
1 parent 264bcc4 commit a212de7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions extensions/mesa-vpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,13 @@ function post_install_kernel_debs__3d() {
Pin: release o=LP-PPA-kisak-kisak-mesa
Pin-Priority: 1001
EOF
fi

# Add chromium if building a desktop
if [[ "${BUILD_DESKTOP}" == "yes" ]]; then
# Add chromium if building a desktop
if [[ "${BUILD_DESKTOP}" == "yes" ]]; then
if [[ "${DISTRIBUTION}" == "Debian" ]]; then
pkgs+=("chromium")
elif [[ "${DISTRIBUTION}" == "Ubuntu" && "${RELEASE}" =~ ^(jammy|noble)$ ]]; then
pkgs+=("chromium")
fi
fi
Expand Down

0 comments on commit a212de7

Please sign in to comment.