[gvfs] build: Remove missing unnecessary defines



commit 285c513e546ee5bd0139e40a4e1683c8f3c4e878
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Tue Mar 20 08:10:11 2018 +0100

    build: Remove missing unnecessary defines
    
    There are some PACKAGE_* defines that are not used anywhere. They
    were left for their future use, but they can be readded at any
    moment.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=794365

 meson.build |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 7bf83b9..5a0bc5e 100644
--- a/meson.build
+++ b/meson.build
@@ -39,9 +39,6 @@ config_h = configuration_data()
 # defines
 set_defines = [
   # package
-  ['PACKAGE', gvfs_name],
-  ['PACKAGE_BUGREPORT', 'http://bugzilla.gnome.org/enter_bug.cgi?product=' + gvfs_name],
-  ['PACKAGE_NAME', gvfs_name],
   ['PACKAGE_STRING', '@0@ @1@'.format(gvfs_name, gvfs_version)],
   ['VERSION', gvfs_version],
   # i18n


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