aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMaciej Katafiasz <maciek@src.gnome.org>2008-07-04 03:30:06 +0800
committerMaciej Katafiasz <maciek@src.gnome.org>2008-07-04 03:30:06 +0800
commit8ccec658a9f5e819782951c9ba707e20433ee1a7 (patch)
tree82c7990a80dc2b3fbeede651801acadcd176744e /data
parent80ca8f5b3c9625cabc6f2fa295cda37041131c6c (diff)
downloadgsoc2013-epiphany-8ccec658a9f5e819782951c9ba707e20433ee1a7.tar
gsoc2013-epiphany-8ccec658a9f5e819782951c9ba707e20433ee1a7.tar.gz
gsoc2013-epiphany-8ccec658a9f5e819782951c9ba707e20433ee1a7.tar.bz2
gsoc2013-epiphany-8ccec658a9f5e819782951c9ba707e20433ee1a7.tar.lz
gsoc2013-epiphany-8ccec658a9f5e819782951c9ba707e20433ee1a7.tar.xz
gsoc2013-epiphany-8ccec658a9f5e819782951c9ba707e20433ee1a7.tar.zst
gsoc2013-epiphany-8ccec658a9f5e819782951c9ba707e20433ee1a7.zip
Add webkit-1.0 dependency to out .pc file. Fixes build breakage of
epiphany-extensions caused by the recent surgery introducing WebKit as public dep. svn path=/trunk/; revision=8334
Diffstat (limited to 'data')
-rw-r--r--data/epiphany.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in
index e97560df4..9fbc69d9a 100644
--- a/data/epiphany.pc.in
+++ b/data/epiphany.pc.in
@@ -13,6 +13,6 @@ engine=@with_engine@
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}