sys-auth/rtkit: fix 0.13 meson build scripts
authorMarek Szuba <marecki@gentoo.org>
Fri, 10 Apr 2020 21:39:36 +0000 (22:39 +0100)
committerMarek Szuba <marecki@gentoo.org>
Fri, 10 Apr 2020 21:47:53 +0000 (22:47 +0100)
commit78468709f8de7414bb71a419074a3d53110cdbc0
tree3eedc22bd3912d44b8eb1a885f1ce39bcfe5a518
parenta1c748aa1de54c7dc6e0c2cc621470394e91c796
sys-auth/rtkit: fix 0.13 meson build scripts

One, they installed rtkitctl into bin rather than, like autotools, into
sbin. Already fixed upstream.

Two, they aborted if the program 'xxd' couldn't be found without
even trying to use a pre-generated header file. I have just submitted a
pull request to fix this upstream as well.

Will stick with Meson though, in order to revert to autotools someone
would have to make it possible not to install tests and I really do not
want to hack at this particular build system any more than I absolutely
have to.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
sys-auth/rtkit/files/rtkit-0.13_meson_rtkitctl_dir.patch [new file with mode: 0644]
sys-auth/rtkit/files/rtkit-0.13_meson_xxd_optional.patch [new file with mode: 0644]
sys-auth/rtkit/rtkit-0.13.ebuild