aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-13 16:50:25 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-13 16:50:25 -0400
commitb08c9a64cdcc165d52c3c7816387cb02fcc45f95 (patch)
treebe7ec651cf4040a633a562c7501aebae4a156525 /libraries
parentdd95be15d3bddd74a27a878e42c12cb128fea0f8 (diff)
downloadslackbuilds-b08c9a64cdcc165d52c3c7816387cb02fcc45f95.tar.xz
libraries/wxX11: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/wxX11/README21
1 files changed, 13 insertions, 8 deletions
diff --git a/libraries/wxX11/README b/libraries/wxX11/README
index b04791fe6f45..badf9df242ca 100644
--- a/libraries/wxX11/README
+++ b/libraries/wxX11/README
@@ -1,9 +1,14 @@
-wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11,
-Motif, WinCE, and more using one codebase. It can be used from languages such
-as C++, Python, Perl, and C#/.NET. Unlike other cross- platform toolkits,
-wxWidgets applications look and feel native. This is because wxWidgets uses
-the platform's own native controls rather than emulating them.
+wxWidgets lets developers create applications for Win32, Mac OS X,
+GTK+, X11, Motif, WinCE, and more using one codebase. It can be
+used from languages such as C++, Python, Perl, and C#/.NET. Unlike
+other cross- platform toolkits, wxWidgets applications look and feel
+native. This is because wxWidgets uses the platform's own native
+controls rather than emulating them.
-This package is built with the '--disable-gui' flag, which requires GTK1 or
-GTK2. If you need it for that purpose, then you need to track down those gtk
-dependencies.
+This package is built with the '--disable-gui' flag, which requires
+GTK1 or GTK2. If you need it for that purpose, then you need to track
+down those gtk dependencies.
+
+Note to maintainers: do not list wxX11 as a dependency for your
+builds! List either wxPython (for software requiring wx-2.x) or wxGTK3
+(for software requiring wx-3.x).