ports/accessibility/at-spi2-core/files/patch-bus_meson.build
Olivier Duchateau eefe94d7f9 accessibility/at-spi2-core: update to 2.48.4
- Adjust LICENSE to "or (at your option) any later version" clause
- Replace systemd hack with a patch that can be upstreamed

PR:		273738
2023-09-23 11:57:31 +02:00

10 lines
409 B
Text

--- bus/meson.build.orig 2023-09-02 13:40:51 UTC
+++ bus/meson.build
@@ -32,6 +32,7 @@ configure_file(input: 'at-spi-dbus-bus.service.in',
configure_file(input: 'at-spi-dbus-bus.service.in',
output: 'at-spi-dbus-bus.service',
configuration: libexec_conf,
+ install: get_option('use_systemd'),
install_dir: systemd_user_dir)
if x11_dep.found()