commit | 1247126956c2ba666048b2bf99630eef7495e98e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 11:11:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 11:11:25 2022 +0000 |
tree | 0611422f3cba2c572e92efb3661925b32d7ccfbb | |
parent | 64283d5e1f5487e2dbaa17d478e6eae040daa064 [diff] [blame] |
patch 8.2.4129: building with +sound but without +eval fails Problem: Building with +sound but without +eval fails. (Dominique Pellé) Solution: Disable canberra in tiny and small build. (closes #9548)
diff --git a/src/version.c b/src/version.c index af851d3..b3f7436 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4129, +/**/ 4128, /**/ 4127,