]> git.pld-linux.org Git - packages/at-spi2-core.git/commitdiff
explicitly pass dbus-daemon/dbus-broker paths and prefer dbus-broker; rel 2 auto/th/at-spi2-core-2.50.1-2
authorJan Palus <atler@pld-linux.org>
Fri, 12 Jan 2024 18:55:36 +0000 (19:55 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 12 Jan 2024 18:55:36 +0000 (19:55 +0100)
when dbus-broker is not installed it falls back to dbus-daemon

at-spi2-core.spec

index 7b76d6f221aaa0b06bf7c9774d2a58f731fdb2fc..ae2431533febbcac7567c1bb21330327d66ed498 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Protocol definitions and daemon for D-Bus at-spi
 Summary(pl-UTF-8):     Definicje protokołu oraz demon at-spi dla usługi D-Bus
 Name:          at-spi2-core
 Version:       2.50.1
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Daemons
 Source0:       https://download.gnome.org/sources/at-spi2-core/2.50/%{name}-%{version}.tar.xz
@@ -255,6 +255,9 @@ Dokumentacja API ATK.
 %build
 %meson build \
        %{!?with_static_libs:--default-library='shared'} \
+       -Ddbus_daemon=/usr/bin/dbus-daemon \
+       -Ddbus_broker=/usr/bin/dbus-broker-launch \
+       -Ddefault_bus=dbus-broker \
        %{?with_apidocs:-Ddocs=true} \
        -Dx11=enabled
 
This page took 0.057992 seconds and 4 git commands to generate.