summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-19 09:29:32 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-19 09:29:32 +0100
commitd2aaf130991149055f2f9b606d0b52d673d75cfd (patch)
tree5f02a3ba8e5bd0696416cbf69eaddb68ad143474 /meson.build
parentfcfb1f775ed0e9d282607bb118ba788b98952855 (diff)
downloadsystemd-d2aaf130991149055f2f9b606d0b52d673d75cfd.tar.gz
Remove use of PACKAGE_STRING
PACKAGE_VERSION is more explicit, and also, we don't pretend that changing the project name in meson.build has any real effect. "systemd" is embedded in a thousand different places, so let's just use the hardcoded string consistently. This is mostly in preparation for future changes.
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 1608278fbb..88fe6a1615 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,6 @@ libudev_version = '1.6.11'
# names, sometimes. Not all variables are included in every
# set. Ugh, ugh, ugh!
conf = configuration_data()
-conf.set_quoted('PACKAGE_STRING', meson.project_name() + ' ' + meson.project_version())
conf.set_quoted('PACKAGE_VERSION', meson.project_version())
substs = configuration_data()