build: stop defining unused VERSION
Scons and autotools don't define it, and as of last commit nothing uses it. `VERSION` is also a generic enough name that something somewhere will eventually clash, and we don't want to repeat the LLVM `DEBUG` fiasco. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
@@ -37,7 +37,6 @@ LOCAL_CFLAGS += \
|
|||||||
-Wno-missing-field-initializers \
|
-Wno-missing-field-initializers \
|
||||||
-Wno-initializer-overrides \
|
-Wno-initializer-overrides \
|
||||||
-Wno-mismatched-tags \
|
-Wno-mismatched-tags \
|
||||||
-DVERSION=\"$(MESA_VERSION)\" \
|
|
||||||
-DPACKAGE_VERSION=\"$(MESA_VERSION)\" \
|
-DPACKAGE_VERSION=\"$(MESA_VERSION)\" \
|
||||||
-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"
|
-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"
|
||||||
|
|
||||||
|
@@ -43,8 +43,7 @@ pre_args = [
|
|||||||
'-D__STDC_CONSTANT_MACROS',
|
'-D__STDC_CONSTANT_MACROS',
|
||||||
'-D__STDC_FORMAT_MACROS',
|
'-D__STDC_FORMAT_MACROS',
|
||||||
'-D__STDC_LIMIT_MACROS',
|
'-D__STDC_LIMIT_MACROS',
|
||||||
'-DVERSION="@0@"'.format(meson.project_version()),
|
'-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
|
||||||
'-DPACKAGE_VERSION=VERSION',
|
|
||||||
'-DPACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"',
|
'-DPACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user