1
0
forked from aniani/vim

patch 8.2.4457: the GPM library can only be linked statically

Problem:    The GPM library can only be linked statically.
Solution:   Make it possible to load the GPM library dynamically. (Damien)
This commit is contained in:
Bram Moolenaar
2022-02-23 18:07:38 +00:00
parent dd2dfb3cb0
commit 33fc4a6307
9 changed files with 101 additions and 8 deletions

View File

@@ -375,7 +375,11 @@ static char *(features[]) =
"-mouse_dec",
# endif
# ifdef FEAT_MOUSE_GPM
# ifdef DYNAMIC_GPM
"+mouse_gpm/dyn",
# else
"+mouse_gpm",
# endif
# else
"-mouse_gpm",
# endif
@@ -750,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4457,
/**/
4456,
/**/