aboutsummaryrefslogtreecommitdiff
path: root/libraries/wxPython/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2012-08-20 11:51:30 +0200
committerRobby Workman <rworkman@slackbuilds.org>2012-08-21 08:53:21 -0500
commite638ad71345fd10959ab2bab2ad68ddfe2bc6309 (patch)
tree83550f79bf0058b772b72429faacc985952ae79a /libraries/wxPython/README
parent18525f3f5722f601cc08a25637f33a4df1b1b652 (diff)
libraries/wxPython: Clarify dependencies in the README
Also add a note about the relation to other wxWidgets ports Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython/README')
-rw-r--r--libraries/wxPython/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/wxPython/README b/libraries/wxPython/README
index 9897ea848d6b..25804957ea77 100644
--- a/libraries/wxPython/README
+++ b/libraries/wxPython/README
@@ -8,5 +8,8 @@ If you want support for gnomeprint pass GNOMEPRINT=yes to the script. This
will require libgnomeprint and libgnomeprintui, both available from
SlackBuilds.org.
-This package conflicts with wxGTK because it's already included in wxPython.
-Both cannot be installed at the same time!
+Another optional dependency is libmspack, which is used by the CHM help
+viewer.
+
+wxPython is a port of wxWidgets and as such compatible to other ports like
+wxGTK and wxX11.