From a300618f4ce2e1fa2d7763d97a3b25adff3e66df Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 15 Oct 2009 10:09:19 -0500 Subject: Add boost-devel build requirement for the grapher. --- systemtap.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systemtap.spec b/systemtap.spec index a9865e2c..2534e86a 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -65,6 +65,11 @@ BuildRequires: xmlto /usr/share/xmlto/format/fo/pdf %if %{with_grapher} BuildRequires: gtkmm24-devel >= 2.8 BuildRequires: libglademm24-devel >= 2.6.7 +# If 'with_boost' isn't set, the boost-devel build requirement hasn't +# been specified yet. +%if ! %{with_boost} +BuildRequires: boost-devel +%endif %endif %description -- cgit