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}