etnaviv: avoid re-defining prog_python

It's already defined to the exact same thing in the root `meson.build`

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28801>
This commit is contained in:
Eric Engestrom 2024-04-18 10:43:11 +02:00 committed by Marge Bot
parent b67f9b4d0d
commit 7350b65669
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# SPDX-License-Identifier: MIT
#
prog_python = import('python').find_installation('python3')
has_pycparser = run_command(
prog_python, '-c',
'''