From 4bd1ce113eb74152f5bccee3ba742d9348b2a5fb162a2e5a42d3330d48f9e3cf Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Fri, 19 Jun 2020 08:48:30 +0000 Subject: [PATCH] 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 --- bluez.changes | 5 +++++ bluez.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bluez.changes b/bluez.changes index 1687bd4..d608a77 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 15 15:37:48 UTC 2020 - Jan Engelhardt + +- Add --enable-external-ell to actually make use of pkgconfig(ell). + ------------------------------------------------------------------- Thu Apr 16 17:14:06 UTC 2020 - Tomáš Chvátal diff --git a/bluez.spec b/bluez.spec index 4748ff5..ebd46c2 100644 --- a/bluez.spec +++ b/bluez.spec @@ -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}