forked from pool/i3status
fix deps on SLE
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3status?expand=0&rev=2
This commit is contained in:
parent
0728e11960
commit
0069b5ab1f
@ -24,7 +24,11 @@ Group: System/Monitoring
|
||||
License: BSD-3-Clause
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: alsa-devel
|
||||
%if 0%{?suse_version} >= 1140
|
||||
BuildRequires: libiw-devel
|
||||
%else
|
||||
BuildRequires: wireless-tools
|
||||
%endif
|
||||
BuildRequires: libyajl-devel
|
||||
BuildRequires: libconfuse-devel
|
||||
BuildRequires: gcc make glibc-devel pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user