From 8630971ee1f728d56ff4418e5b892b48daacd3c0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 16:45:25 -0400 Subject: [PATCH] libraries/wxGTK3: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/wxGTK3/README | 13 ++++++++++--- 1 file 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.