diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-02-15 01:15:40 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-02-15 01:15:40 +0800 |
commit | 8e74c8efab1f8e0a1bc2e6e50943b8729260f11a (patch) | |
tree | 4773aa3f58dff8a035d5545438062ecee680e0bf | |
parent | 34ac56cc9af0eb9464f9d207c6a726d5481ec495 (diff) | |
download | gsoc2013-epiphany-8e74c8efab1f8e0a1bc2e6e50943b8729260f11a.tar gsoc2013-epiphany-8e74c8efab1f8e0a1bc2e6e50943b8729260f11a.tar.gz gsoc2013-epiphany-8e74c8efab1f8e0a1bc2e6e50943b8729260f11a.tar.bz2 gsoc2013-epiphany-8e74c8efab1f8e0a1bc2e6e50943b8729260f11a.tar.lz gsoc2013-epiphany-8e74c8efab1f8e0a1bc2e6e50943b8729260f11a.tar.xz gsoc2013-epiphany-8e74c8efab1f8e0a1bc2e6e50943b8729260f11a.tar.zst gsoc2013-epiphany-8e74c8efab1f8e0a1bc2e6e50943b8729260f11a.zip |
Remove internal library dependencies from pc file.
svn path=/trunk/; revision=7941
-rw-r--r-- | data/epiphany.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in index 85e9abb20..e97560df4 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, libgnomeui-2.0, libglade-2.0, gconf-2.0 +Requires: gtk+-2.0, libxml-2.0 Libs: -L${libdir} Cflags: -I${includedir} |