diff options
author | Adam Jackson <[email protected]> | 2019-09-18 15:59:41 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2019-09-19 16:37:36 +0000 |
commit | 5b5c5bf8335b79c7c1152bbdf0956598d2246567 (patch) | |
tree | f700b0e5001b38c5620c9ed1281da38b998ca246 /meson.build | |
parent | ec76232785f13042cf7ae4298a1e997e781d27a0 (diff) |
docs: Update bug report URLs for the gitlab migration
Cc: [email protected]
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 29d7981d13d..a50f57991da 100644 --- a/meson.build +++ b/meson.build @@ -42,7 +42,7 @@ pre_args = [ '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), - '-DPACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"', + '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/issues"', ] with_vulkan_icd_dir = get_option('vulkan-icd-dir') |