[epiphany] web-extension: Pass the right .pc file to PKG_CHECK_MODULES
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] web-extension: Pass the right .pc file to PKG_CHECK_MODULES
- Date: Fri, 27 Feb 2015 18:32:47 +0000 (UTC)
commit cda774327352a26d86be35a7e1f1f44fc86ce668
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Thu Feb 26 12:54:09 2015 -0600
web-extension: Pass the right .pc file to PKG_CHECK_MODULES
We're using the UI process .pc file for the web extension, but did not
notice because the contents of the .pc files are identical.
https://bugzilla.gnome.org/show_bug.cgi?id=745247
configure.ac | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3600144..f23e603 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,8 +78,6 @@ LIBNOTIFY_REQUIRED=0.5.1
GCR_REQUIRED=3.5.5
AVAHI_REQUIRED=0.6.22
-WEBKIT_GTK_PC_NAME=webkit2gtk-4.0
-
# Tests
AC_MSG_CHECKING([whether to build tests])
@@ -100,7 +98,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [
libwnck-3.0
libxml-2.0 >= $LIBXML_REQUIRED
libxslt >= $LIBXSLT_REQUIRED
- $WEBKIT_GTK_PC_NAME >= $WEBKIT_GTK_REQUIRED
+ webkit2gtk-4.0 >= $WEBKIT_GTK_REQUIRED
libsoup-2.4 >= $LIBSOUP_REQUIRED
libsecret-1 >= $LIBSECRET_REQUIRED
gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED
@@ -113,7 +111,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [
])
PKG_CHECK_MODULES(WEB_EXTENSION, [
- $WEBKIT_GTK_PC_NAME >= $WEBKIT_GTK_REQUIRED
+ webkit2gtk-web-extension-4.0 >= $WEBKIT_GTK_REQUIRED
libsecret-1 >= $LIBSECRET_REQUIRED
])
AC_SUBST(WEB_EXTENSION_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]