meson: Remove duplicate _GNU_SOURCE
There is one provided unconditionally, and one guarded by platform == linux. Remove the unconditional one. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
@@ -39,7 +39,6 @@ pre_args = [
|
|||||||
'-DVERSION="@0@"'.format(meson.project_version()),
|
'-DVERSION="@0@"'.format(meson.project_version()),
|
||||||
'-DPACKAGE_VERSION=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"',
|
||||||
'-D_GNU_SOURCE',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
with_vulkan_icd_dir = get_option('vulkan-icd-dir')
|
with_vulkan_icd_dir = get_option('vulkan-icd-dir')
|
||||||
|
Reference in New Issue
Block a user