Sun, 24 Jan 2016 23:35:15 -0600
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.
| configure.ac | file | annotate | diff | comparison | revisions |
--- a/configure.ac Sat Jan 23 13:02:47 2016 -0600 +++ b/configure.ac Sun Jan 24 23:35:15 2016 -0600 @@ -1723,11 +1723,7 @@ 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([