summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-06 19:10:42 +0100
committerThomas Haller <thaller@redhat.com>2017-03-06 19:59:29 +0100
commit2b6f3ba3cf995183ec6e5ccd836d6f2b1fe60f10 (patch)
tree5736caddb366f091ccd4535dcaddcd353d210455 /contrib
parent86278ebd2e5000d1bcd9417220473b26b655354f (diff)
downloadNetworkManager-2b6f3ba3cf995183ec6e5ccd836d6f2b1fe60f10.tar.gz
contrib/rpm: add explicit libxslt build dependency
We configurably use --enable-gtk-doc/--disable-gtk-doc, but we always require --enable-introspection (due to --enable-vala). Add the missing build requirement to the "xsltproc" binary, which is in libxslt package.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index a25cc6288f..01b9994e53 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -152,6 +152,7 @@ BuildRequires: libuuid-devel
BuildRequires: libgudev1-devel >= 143
BuildRequires: vala-tools
BuildRequires: iptables
+BuildRequires: libxslt
%if %{with bluetooth}
BuildRequires: bluez-libs-devel
%endif
@@ -406,6 +407,7 @@ intltoolize --automake --copy --force
--enable-wifi=no \
%endif
--enable-vala=yes \
+ --enable-introspection \
%if %{with regen_docs}
--enable-gtk-doc \
%else