commit | 33c31d5abf122806a4a1b4353e5bdc1dbb9468c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 21:07:06 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 21:07:06 2016 +0100 |
tree | 59303a67c9f16e8074c2ce7382ae9e74a71623c8 | |
parent | b2bd6a087d0598f6934bba825bed7535f42efc91 [diff] [blame] |
patch 7.4.1390 Problem: When building with GTK and glib-compile-resources cannot be found building Vim fails. (Michael Gehring) Solution: Make GLIB_COMPILE_RESOURCES empty instead of leaving it at "no". (nuko8, closes #655)
diff --git a/src/version.c b/src/version.c index 2e876b0..2909149 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1390, +/**/ 1389, /**/ 1388,