diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-09 04:09:08 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-09 04:09:08 +0800 |
commit | 85d4821a2e7efd90582872ab83b8f9c8f31c9176 (patch) | |
tree | 7cee750e3937587a2332b3a92e2f801680198802 /data/epiphany.pc.in | |
parent | 39aa54c1bda5df5a723b592d35752a99c1b03c87 (diff) | |
download | gsoc2013-epiphany-85d4821a2e7efd90582872ab83b8f9c8f31c9176.tar gsoc2013-epiphany-85d4821a2e7efd90582872ab83b8f9c8f31c9176.tar.gz gsoc2013-epiphany-85d4821a2e7efd90582872ab83b8f9c8f31c9176.tar.bz2 gsoc2013-epiphany-85d4821a2e7efd90582872ab83b8f9c8f31c9176.tar.lz gsoc2013-epiphany-85d4821a2e7efd90582872ab83b8f9c8f31c9176.tar.xz gsoc2013-epiphany-85d4821a2e7efd90582872ab83b8f9c8f31c9176.tar.zst gsoc2013-epiphany-85d4821a2e7efd90582872ab83b8f9c8f31c9176.zip |
R data/epiphany-1.10.pc.in: A data/epiphany.pc.in:
2006-01-08 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
R data/epiphany-1.10.pc.in:
A data/epiphany.pc.in:
* m4/gecko.m4:
Various improvements to gecko.m4. Generate the versioned .pc file
from the unversioned .pc.in file.
Diffstat (limited to 'data/epiphany.pc.in')
-rw-r--r-- | data/epiphany.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in new file mode 100644 index 000000000..06eeaf5ba --- /dev/null +++ b/data/epiphany.pc.in @@ -0,0 +1,14 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/epiphany/@EPIPHANY_MAJOR@ +extensionsdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/extensions +loaderdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/loaders +features=@EPIPHANY_FEATURES@ + +Name: Epiphany Browser +Description: GNOME Web Browser +Version: @VERSION@ +Requires: gtk+-2.0, libxml-2.0, libgnomeui-2.0, bonobo-activation-2.0, ORBit-2.0, libglade-2.0, gnome-vfs-2.0, gnome-vfs-module-2.0, gconf-2.0 +Libs: -L${libdir} +Cflags: -I${includedir} |