From 7350b65669f659c387cb8928c27b98708e6b2c17 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 18 Apr 2024 10:43:11 +0200 Subject: [PATCH] etnaviv: avoid re-defining prog_python It's already defined to the exact same thing in the root `meson.build` Part-of: --- src/etnaviv/hwdb/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etnaviv/hwdb/meson.build b/src/etnaviv/hwdb/meson.build index 175deb8581e..4584df95e86 100644 --- a/src/etnaviv/hwdb/meson.build +++ b/src/etnaviv/hwdb/meson.build @@ -3,7 +3,6 @@ # SPDX-License-Identifier: MIT # -prog_python = import('python').find_installation('python3') has_pycparser = run_command( prog_python, '-c', '''