summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-05-05 15:08:32 +0200
committerMax Kellermann <max@musicpd.org>2020-05-05 15:08:39 +0200
commit4e9fa36176ac3a8c9d2acf68f7ec0931d8350a09 (patch)
treeeb08cd1c94e32bf1ebc5d610ca511a70d0b624e3 /meson.build
parent8f178401e4ab24ab52ca2ae73cda574c3b45dbe1 (diff)
meson.build: remove unused macro PACKAGE_VERSION
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f5d7888e6..d1ff992c3 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,6 @@ endif
conf = configuration_data()
conf.set_quoted('PACKAGE', meson.project_name())
conf.set_quoted('PACKAGE_NAME', meson.project_name())
-conf.set_quoted('PACKAGE_VERSION', meson.project_version())
conf.set_quoted('VERSION', meson.project_version())
conf.set_quoted('PROTOCOL_VERSION', '0.22.0')
conf.set_quoted('SYSTEM_CONFIG_FILE_LOCATION', join_paths(get_option('prefix'), get_option('sysconfdir'), 'mpd.conf'))