Trivial fix for epiphany.pc.in
- From: Maciej Katafiasz <mathrick gmail com>
- To: epiphany-list gnome org
- Subject: Trivial fix for epiphany.pc.in
- Date: Thu, 3 Jul 2008 18:00:13 +0000 (UTC)
Hi,
the one-liner below appears necessary to fix building of recent checkouts
of epiphany-extensions-webkit. I'm not sure why exactly it didn't surface
before, but I'm guessing it's the recent de-abstractifying surgery that
made public headers depend on webkit directly. Thus the most
straightforward way to fix it is to just list webkit-1.0 as our hard dep,
and that's exactly what the patch does. If my reasoning is correct and
there are no objections, I will commit it.
Cheers,
Maciej
Index: epiphany.pc.in
===================================================================
--- epiphany.pc.in (revision 8333)
+++ epiphany.pc.in (working copy)
@@ -13,6 +13,6 @@
Name: Epiphany Browser
Description: GNOME Web Browser
Version: @VERSION@
-Requires: gtk+-2.0, libxml-2.0
+Requires: gtk+-2.0, libxml-2.0, webkit-1.0
Libs: -L${libdir}
Cflags: -I${includedir}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]