forked from pool/at-spi2-core
Accepting request 937726 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/937726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=95
This commit is contained in:
commit
9a08fa8a41
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 8 21:57:10 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
- Configure to use dbus-broker when available.
|
||||||
|
- Add libsystemd to BuildRequires: needed for dbus-broker support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 19 19:09:54 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
Sun Sep 19 19:09:54 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.28.0
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.62.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.62.0
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xi)
|
BuildRequires: pkgconfig(xi)
|
||||||
BuildRequires: pkgconfig(xkbcommon-x11)
|
BuildRequires: pkgconfig(xkbcommon-x11)
|
||||||
@ -87,6 +88,8 @@ to develop applications that require these.
|
|||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
--libexecdir="%{_libexecdir}/at-spi2" \
|
--libexecdir="%{_libexecdir}/at-spi2" \
|
||||||
|
-Ddbus_broker=/usr/bin/dbus-broker-launch \
|
||||||
|
-Ddefault_bus=dbus-broker \
|
||||||
-Ddocs=true \
|
-Ddocs=true \
|
||||||
-Dintrospection=yes \
|
-Dintrospection=yes \
|
||||||
-Dx11=yes \
|
-Dx11=yes \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user