From 2b6f3ba3cf995183ec6e5ccd836d6f2b1fe60f10 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 6 Mar 2017 19:10:42 +0100 Subject: [PATCH] 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. --- contrib/fedora/rpm/NetworkManager.spec | 2 ++ 1 file changed, 2 insertions(+) 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