[gcab] build-sys: specify gcab compoment in PACKAGE_BUGREPORT



commit a4c688beae7ba2284305351462b5aae0d0db17a9
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Tue Jan 23 19:00:02 2018 +0100

    build-sys: specify gcab compoment in PACKAGE_BUGREPORT
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 0fc29de..158d7d3 100644
--- a/meson.build
+++ b/meson.build
@@ -95,7 +95,7 @@ conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
 conf.set_quoted('PACKAGE_NAME', meson.project_name())
 conf.set_quoted('PACKAGE_STRING', '@0@ @1@'.format(meson.project_name(), meson.project_version()))
 conf.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
-conf.set_quoted('PACKAGE_BUGREPORT', 'https://bugzilla.gnome.org/enter_bug.cgi?product=msitools')
+conf.set_quoted('PACKAGE_BUGREPORT', 
'https://bugzilla.gnome.org/enter_bug.cgi?product=msitools&component=gcab')
 conf.set_quoted('TESTDATADIR', join_paths(meson.source_root(), 'tests'))
 configure_file(
   output : 'config.h',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]