diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:45:25 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:45:25 -0400 |
commit | 8630971ee1f728d56ff4418e5b892b48daacd3c0 (patch) | |
tree | aeb32244342cb12808065ccaa59ae1ee6a5344cc /libraries/wxGTK3 | |
parent | ce464467d46fa593ec795c1b4e42add3817bf645 (diff) | |
download | slackbuilds-8630971ee1f728d56ff4418e5b892b48daacd3c0.tar.gz |
libraries/wxGTK3: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/wxGTK3')
-rw-r--r-- | libraries/wxGTK3/README | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/libraries/wxGTK3/README b/libraries/wxGTK3/README index 3fbec5eddc..6408cabda6 100644 --- a/libraries/wxGTK3/README +++ b/libraries/wxGTK3/README @@ -18,7 +18,14 @@ This script also auto-detect webkitgtk presence. If it's installed, it will automatically use --enable-webkit parameter. wxGTK3 can be installed alongside with wxGTK/wxPython, but it will -overwrite wx-config created by wxGTK/wxPython. -If you need to build packages using wxGTK/wxPython, simply -reinstall wxGTK/wxPython package and wx-config will point to correct version. +overwrite the /usr/bin/wx-config created by wxGTK/wxPython. + +If you need to build packages using wxGTK/wxPython, simply reinstall +the wxGTK/wxPython package and wx-config will point to correct +version. + The same solution can be used if wxGTK3's wx-config is overwritten. + +We are in the process of updating all scripts that use wxGTK3 or +wxPython to ignore the wx-config symlink at build time, so this will +stop being a problem some time in the future. |