Skip to content

Commit

Permalink
Compile with vulkan on Ubuntu 22.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Nov 5, 2021
1 parent ba1f448 commit 03855a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/configure
Expand Up @@ -6621,7 +6621,7 @@ case $ID in
EXTRA_GLSLANG_LIBS="-lMachineIndependent -lGenericCodeGen" ;;
ubuntu)
case $VERSION_ID in
21*) EXTRA_GLSLANG_LIBS="-lMachineIndependent -lGenericCodeGen" ;;
2[1-9]*) EXTRA_GLSLANG_LIBS="-lMachineIndependent -lGenericCodeGen" ;;
esac
esac

Expand Down

0 comments on commit 03855a8

Please sign in to comment.