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:
@@ -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,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user