diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-05-18 23:29:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-18 23:29:52 -0500 |
commit | ef773b4c6def587a5abf20ec2f19eefc08832c84 (patch) | |
tree | 5eab14456b98de489412ab9fb4c819f1109c6f40 | |
parent | ce14813ba9ce4a057028333cac79a1a6a438fc5a (diff) | |
download | slackbuilds-ef773b4c6def587a5abf20ec2f19eefc08832c84.tar.gz |
libraries/libxml++: Noted mm-common in the README
This is an oversight on our part. We (well, I) updated gtkmm
in our tree *after* all of the build testing was done, and the
previous gtkmm dependency chain didn't need mm-common, as the
relevant bits were shipped with glibmm. However, the newer
glibmm no longer ships those, so we need mm-common now.
This may very well be a problem with some other c++ bindings
in our repo, so if you see any in the wild, shoot them and
send us the carcass.
Thanks to Luis Henrique F. Cardoso de Mello for the report.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | libraries/libxml++/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/libxml++/README b/libraries/libxml++/README index 77cafb5094..aa3ca8e652 100644 --- a/libraries/libxml++/README +++ b/libraries/libxml++/README @@ -3,4 +3,4 @@ author is Ari Johnson and it is currently maintained by Christophe de Vienne and Murray Cumming. It is released under the LGPL version 2 or above. -This requires glibmm. +This requires glibmm and mm-common. |