summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-03-20 08:10:11 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2018-03-21 19:23:25 +0100
commit285c513e546ee5bd0139e40a4e1683c8f3c4e878 (patch)
tree0d2a18ce6cbb04de5916ee4127c087cc1570a1ae /meson.build
parented563a1b5192a769e0bb0824a8903a720df42264 (diff)
downloadgvfs-285c513e546ee5bd0139e40a4e1683c8f3c4e878.tar.gz
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
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 7bf83b96..5a0bc5e3 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