Skip to content

Commit

Permalink
skip libdrm and only build mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
MastaG authored Aug 26, 2024
1 parent 9e80025 commit 50cf1c2
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 @@ -37,10 +37,10 @@ for i in {libdrm,mesa}
do
if [ "${i}" == "mesa" ]
then
continue
package="mesa-vulkan-drivers"
elif [ "${i}" == "libdrm" ]
then
continue
package="libdrm2"
fi
remotever="$(apt-cache policy ${package} | grep -B1 "oibaf/graphics-drivers/ubuntu" | head -1 | sed -En 's/.* (.*git.*) .*/\1/p')"
Expand Down

0 comments on commit 50cf1c2

Please sign in to comment.