Accepting request 815810 from home:jengelh:branches:Base:System

fix build failures for sle15 et al

OBS-URL: https://build.opensuse.org/request/show/815810
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=294
This commit is contained in:
Stefan Seyfried
2020-06-19 08:48:30 +00:00
committed by Git OBS Bridge
parent 4063a46775
commit 4bd1ce113e
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 15 15:37:48 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Add --enable-external-ell to actually make use of pkgconfig(ell).
-------------------------------------------------------------------
Thu Apr 16 17:14:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -71,7 +71,7 @@ BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(check)
BuildRequires: pkgconfig(dbus-1) >= 1.6
%if 0%{?suse_version} >= 1550
BuildRequires: pkgconfig(ell) >= 0.3
BuildRequires: pkgconfig(ell) >= 0.28
%endif
BuildRequires: pkgconfig(glib-2.0) >= 2.28
# libgio-2_0-0 has a runtime dependency on shared-mime-info, which is not
@@ -224,6 +224,9 @@ autoreconf -fi
%endif
--enable-datafiles \
--enable-sixaxis \
%if 0%{?suse_version} >= 1550
--enable-external-ell \
%endif
--with-systemdsystemunitdir=%{_unitdir} \
--with-systemduserunitdir=%{_userunitdir}