diff options
Diffstat (limited to 'source/xap/pidgin/pidgin.SlackBuild')
-rwxr-xr-x | source/xap/pidgin/pidgin.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/xap/pidgin/pidgin.SlackBuild b/source/xap/pidgin/pidgin.SlackBuild index 4bd95586..3a3a3f42 100755 --- a/source/xap/pidgin/pidgin.SlackBuild +++ b/source/xap/pidgin/pidgin.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2013, 2014, 2015, 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2013, 2014, 2015, 2016, 2018, 2021 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -109,6 +109,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-gtkspell \ --enable-cyrus-sasl \ --enable-perl \ + --disable-gevolution \ --disable-meanwhile \ --disable-avahi \ --disable-nm \ |