RPM packaging: fix libtdeldap build dependency to libudev-devel

pull/3/head
François Andriot 8 years ago
parent 3a3e1e5893
commit 692cef71c3

@ -101,6 +101,12 @@ BuildRequires: heimdal-devel
BuildRequires: libheimdal-devel
%endif
# UDEV support
%if 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} || 0%{?suse_version} || 0%{?rhel} >= 6
%define with_tdehwlib 1
BuildRequires: libudev-devel
%endif
%description
LDAP interface library for TDE management modules.

Loading…
Cancel
Save