11project (' systemd-netlogd' , ' c' ,
2- version : ' 1.4.1 ' ,
2+ version : ' 1.4.2 ' ,
33 license : ' LGPL-2.1-or-later' ,
44 default_options : [
55 ' c_std=gnu11' ,
@@ -13,11 +13,8 @@ project('systemd-netlogd', 'c',
1313conf = configuration_data ()
1414conf.set_quoted(' PACKAGE_VERSION' , meson .project_version())
1515conf.set_quoted(' PACKAGE_STRING' , meson .project_name() + ' ' + meson .project_version())
16-
17- substs = configuration_data ()
18- substs.set(' PACKAGE_URL' , ' https://github.com/systemd/systemd-netlogd' )
19- substs.set(' PACKAGE_VERSION' , meson .project_version())
20- substs.set(' PKGPREFIX' , get_option (' prefix' ))
16+ conf.set(' PACKAGE_URL' , ' https://github.com/systemd/systemd-netlogd' )
17+ conf.set(' PKGPREFIX' , get_option (' prefix' ))
2118conf.set_quoted(' PKGSYSCONFDIR' , get_option (' sysconfdir' ))
2219
2320#####################################################################
@@ -159,7 +156,7 @@ endif
159156systemd_netlogd_conf = configure_file (
160157 input : ' conf/netlogd.conf.in' ,
161158 output : ' netlogd.conf' ,
162- configuration : substs )
159+ configuration : conf )
163160 install_data (systemd_netlogd_conf,
164161 install_dir : get_option (' sysconfdir' ))
165162
0 commit comments