From: Dylan Baker Date: Thu, 16 Nov 2017 01:30:52 +0000 (-0800) Subject: meson: Remove duplicate _GNU_SOURCE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5d98a101bf57f8648f32637f504af9e60fb223e;p=mesa.git 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 Reviewed-by: Eric Engestrom --- diff --git a/meson.build b/meson.build index e6956aafc2f..fe3eb8ee210 100644 --- a/meson.build +++ b/meson.build @@ -39,7 +39,6 @@ pre_args = [ '-DVERSION="@0@"'.format(meson.project_version()), '-DPACKAGE_VERSION=VERSION', '-DPACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"', - '-D_GNU_SOURCE', ] with_vulkan_icd_dir = get_option('vulkan-icd-dir')