chiark / gitweb /
meson: use a convenience lib for shared resolve files
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Dec 2017 21:46:01 +0000 (22:46 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:48 +0000 (07:49 +0200)
commit6bd304f2e64dfd50d54989d280ceb456613209ce
tree23d9c40701394c4c11d0320cd3617c8fea2b4c86
parent70f9a30a6058ba92d0b93da00727cf76c1592633
meson: use a convenience lib for shared resolve files

This reduces the man=false meson target count from 1281 to 1253.

--

A fully scientific test:
  git grep _sources, :/*.build|cut -d: -f2|tr -d ' '|sort|uniq -c
reveals that libudev_sources is the only source list now reused twice.  There's
some ugly circular dependency between libudev and libshared, and anyway I'm not
sure if we don't want to use different compilation options (LOG_REALM_…) in
those two cases, so I'm leaving that alone for now.
meson.build