From df61ffd1451723231b70401dbf7d895baa2f1081 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 1 Oct 2009 13:07:12 -0500 Subject: Fixed grapher build. * systemtap.spec: Updated grapher's buildreqs and file list. --- systemtap.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemtap.spec b/systemtap.spec index 3d05f8e1..a9865e2c 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -64,6 +64,7 @@ BuildRequires: xmlto /usr/share/xmlto/format/fo/pdf %if %{with_grapher} BuildRequires: gtkmm24-devel >= 2.8 +BuildRequires: libglademm24-devel >= 2.6.7 %endif %description @@ -388,6 +389,7 @@ exit 0 %files grapher %defattr(-,root,root) %{_bindir}/stapgraph +%{_datadir}/%{name}/*.glade %endif -- cgit