diff options
Diffstat (limited to 'graphics/mtpaint/README')
-rw-r--r-- | graphics/mtpaint/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/mtpaint/README b/graphics/mtpaint/README index ac2825e45a98..14a8a222ae54 100644 --- a/graphics/mtpaint/README +++ b/graphics/mtpaint/README @@ -7,6 +7,7 @@ painting and palette manipulation tools. It also can handle JPEG, GIF, TIFF, BMP, XPM, and XBM files. NOTES: -mtPaint comes with its own file and color selector widgets. To use the -GTK default ones, pass TKWIDGETS=yes to the script. If you want this -to build as a GTK1 app, pass GTK1=yes +If you want this to build as a GTK3 app, pass GTK3=yes. mtPaint comes +with its own file and color selector widgets. To use the GTK2 default +ones, pass TKWIDGETS=yes to the script. This will have no effect with +GTK3=yes. |