1
0
forked from aniani/vim

patch 8.2.2442: automatic GUI selection does not check for GTK 3

Problem:    Automatic GUI selection does not check for GTK 3.
Solution:   Make SKIP_GTK3 empty for automatic GUI support.  Set SKIP_GTK3 to
            YES when checking for GTK2.
This commit is contained in:
Bram Moolenaar
2021-01-31 19:52:50 +01:00
parent c03f5c677a
commit f272ae12ac
3 changed files with 22 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2442,
/**/
2441,
/**/