summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-09-18 15:59:41 -0400
committerAdam Jackson <ajax@nwnk.net>2019-09-19 16:37:36 +0000
commit5b5c5bf8335b79c7c1152bbdf0956598d2246567 (patch)
treef700b0e5001b38c5620c9ed1281da38b998ca246 /meson.build
parentec76232785f13042cf7ae4298a1e997e781d27a0 (diff)
downloadmesa-5b5c5bf8335b79c7c1152bbdf0956598d2246567.tar.gz
docs: Update bug report URLs for the gitlab migration
Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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')