From 612da8b0f39e3c0c449d261b477897a8e44dd9b5 Mon Sep 17 00:00:00 2001 From: Myhailo Danylenko Date: Mon, 15 Feb 2010 17:00:28 +0200 Subject: [PATCH] mcabber.pc fixes --- mcabber/configure.ac | 9 --------- mcabber/mcabber.pc.in | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/mcabber/configure.ac b/mcabber/configure.ac index 2087f14..d1009b0 100644 --- a/mcabber/configure.ac +++ b/mcabber/configure.ac @@ -262,15 +262,6 @@ AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules = xyes]) # We need _GNU_SOURCE for strptime() and strcasestr() CFLAGS="$CFLAGS -D_GNU_SOURCE" -EXTRA_REQUIRES="" -if test "$enable_enchant" = "yes"; then - EXTRA_REQUIRES="$EXTRA_REQUIRES enchant" -fi -if test "$enable_gpgme" != "no"; then - EXTRA_REQUIRES="$EXTRA_REQUIRES gpgme" -fi -AC_SUBST([EXTRA_REQUIRES]) - AC_CONFIG_FILES([mcabber/Makefile modules/Makefile modules/beep/Makefile diff --git a/mcabber/mcabber.pc.in b/mcabber/mcabber.pc.in index a672e9c..7fe7b12 100644 --- a/mcabber/mcabber.pc.in +++ b/mcabber/mcabber.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: MCabber Description: Modular XMPP client -Requires: glib-2.0 gmodule-2.0 @EXTRA_REQUIRES@ +Requires: glib-2.0 gmodule-2.0 loudmouth-1.0 Version: @VERSION@ Libs: -Cflags: -I${includedir} @LIBOTR_CFLAGS@ +Cflags: -I${includedir} @LIBOTR_CFLAGS@ @GPGME_CFLAGS@ -- 2.11.4.GIT