summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2016-01-24 23:35:15 -0600
committerMike Ruprecht <cmaiku@gmail.com>2016-01-24 23:35:15 -0600
commita9b1db6cdfbd7674ec2ec26d39c5a4e5dba5f9ef (patch)
treed305ffe6519f8264c7fdaf817f9c0ae126665eed
parente358ae172dc15c3f4b5ea9733774ff9e4219f72c (diff)
downloadpidgin-a9b1db6cdfbd7674ec2ec26d39c5a4e5dba5f9ef.tar.gz
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.
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 424bb56cc0..31f7f5387a 100644
--- 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([