diff options
author | Dylan Baker <[email protected]> | 2017-11-15 17:30:52 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-11-22 12:47:43 -0800 |
commit | b5d98a101bf57f8648f32637f504af9e60fb223e (patch) | |
tree | 6e3edfa53abc3363594af69480f5bcdbdfcae679 /meson.build | |
parent | 9c3e894ebe48d9447dd98a10b372ffc4945177c2 (diff) |
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 <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
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') |