libraries/wxGTK3: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 16:45:25 -04:00
parent ce464467d4
commit 8630971ee1

View file

@ -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.