]> sourceware.org Git - systemtap.git/commitdiff
Add boost-devel build requirement for the grapher.
authorDavid Smith <dsmith@redhat.com>
Thu, 15 Oct 2009 15:09:19 +0000 (10:09 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 15 Oct 2009 15:09:19 +0000 (10:09 -0500)
systemtap.spec

index a9865e2c3950a4185eed57222eae9d2793ccd129..2534e86a5cb6816993d90fc8cab8b073198a9bf2 100644 (file)
@@ -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
This page took 0.029379 seconds and 5 git commands to generate.