meson: Complete fae39c79 regarding bug_report_url placement
This commit is contained in:
parent
c734c0f33f
commit
565804f26e
1 changed files with 9 additions and 7 deletions
16
meson.build
16
meson.build
|
|
@ -1714,13 +1714,6 @@ endif
|
|||
bug_report_url = get_option('bug-report-url')
|
||||
|
||||
if bug_report_url == ''
|
||||
message('''
|
||||
NOTE: if you plan on packaging GIMP for distribution, it is recommended
|
||||
to override the bug report URL with option:
|
||||
-Dbug-report-url=https://example.com/
|
||||
so that you can filter packaging bugs from core bugs before reporting upstream.
|
||||
''')
|
||||
|
||||
bug_report_url = project_url_issues
|
||||
endif
|
||||
conf.set_quoted('PACKAGE_BUGREPORT', project_url_issues)
|
||||
|
|
@ -2139,6 +2132,15 @@ final_message = [
|
|||
|
||||
message('\n'.join(final_message))
|
||||
|
||||
if bug_report_url == project_url_issues
|
||||
message('''
|
||||
NOTE: if you plan on packaging GIMP for distribution, it is recommended
|
||||
to override the bug report URL with option:
|
||||
-Dbug-report-url=https://example.com/
|
||||
so that you can filter packaging bugs from core bugs before reporting upstream.
|
||||
''')
|
||||
endif
|
||||
|
||||
if warnings.length() > 0
|
||||
warning('Warnings occurred during configuration')
|
||||
foreach warning : warnings
|
||||
|
|
|
|||
Loading…
Reference in a new issue