diff options
author | David Smith <dsmith@redhat.com> | 2009-10-01 13:07:12 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-10-01 13:07:12 -0500 |
commit | df61ffd1451723231b70401dbf7d895baa2f1081 (patch) | |
tree | 37976772cf78d8e394e45f9838a86487c89365cc | |
parent | d83ef3343a2949c4c13e2e17fa15360851e4ba30 (diff) | |
download | systemtap-steved-df61ffd1451723231b70401dbf7d895baa2f1081.tar.gz systemtap-steved-df61ffd1451723231b70401dbf7d895baa2f1081.tar.xz systemtap-steved-df61ffd1451723231b70401dbf7d895baa2f1081.zip |
Fixed grapher build.
* systemtap.spec: Updated grapher's buildreqs and file list.
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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 |