commit | f272ae12ac064856b710046393d5bf9b1670076d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 19:52:50 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 19:52:50 2021 +0100 |
tree | e487bc36460d011a505d4772a23194d3317225bf | |
parent | c03f5c677a1fba99d2379550ccf2391eaa43e2ac [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5555c77..d802f9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2442, +/**/ 2441, /**/ 2440,