diff options
author | David Smith <dsmith@redhat.com> | 2009-10-15 10:09:19 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-10-15 10:09:19 -0500 |
commit | a300618f4ce2e1fa2d7763d97a3b25adff3e66df (patch) | |
tree | 06170290477f4c618638ea005ee86edfdc6343d5 | |
parent | b393f6f2f69d4ebf9d210308d251bc67ad6487b3 (diff) | |
download | systemtap-steved-a300618f4ce2e1fa2d7763d97a3b25adff3e66df.tar.gz systemtap-steved-a300618f4ce2e1fa2d7763d97a3b25adff3e66df.tar.xz systemtap-steved-a300618f4ce2e1fa2d7763d97a3b25adff3e66df.zip |
Add boost-devel build requirement for the grapher.
-rw-r--r-- | systemtap.spec | 5 |
1 files changed, 5 insertions, 0 deletions
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 |