/pidgin/main: 60ad5e5d4a5e: Remove unneeded gplugin-gtk from pur...
Mike Ruprecht <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 60ad5e5d4a5e1df3cc77e5a480e46c29fb5baee7 Author: Mike Ruprecht <[email protected]> Date: 2016-01-24 23:35 -0600 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/60ad5e5d4a5e Description: Remove unneeded gplugin-gtk from purple-3.pc The pkg-config gplugin-gtk dependency had been added to purple-3.pc. This added unnecessary dependencies when attempting to compile a program with libpurple, using pkg-config. This patch removes that additional dependency. diffstat: configure.ac | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diffs (16 lines): diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1723,11 +1723,7 @@ dnl #################################### if test "x$enable_plugins" = "xyes" ; then PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.17 gmodule-2.0], [ dnl # GPLUGIN_REQ sets pkg-config requirements in the .pc file - if test "x$enable_gtkui" != "xno" ; then - GPLUGIN_REQ=[", gplugin, gplugin-gtk"] - else - GPLUGIN_REQ=[", gplugin"] - fi + GPLUGIN_REQ=[", gplugin"] ], [ AC_MSG_RESULT(no) AC_MSG_ERROR([ _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits