diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-11-02 07:46:11 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-11-02 07:46:11 +0800 |
commit | 12e20fe014010a689599c528624774966428c1f3 (patch) | |
tree | 2737b1a059d771817e61e3998b391458b279deb7 /data | |
parent | 51c759304409f2c159d5669aa22c2ce14b23c365 (diff) | |
download | gsoc2013-epiphany-12e20fe014010a689599c528624774966428c1f3.tar.gz gsoc2013-epiphany-12e20fe014010a689599c528624774966428c1f3.tar.zst gsoc2013-epiphany-12e20fe014010a689599c528624774966428c1f3.zip |
Store the engine in the .pc file.
Bug #463956, patch by Cyril Brulebois.
svn path=/trunk/; revision=7615
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in index b7439015c..5b450ebe4 100644 --- a/data/epiphany.pc.in +++ b/data/epiphany.pc.in @@ -8,6 +8,7 @@ datarootdir=@datarootdir@ datadir=@datadir@ icondir=@datadir@/@PACKAGE@/icons features=@EPIPHANY_FEATURES@ +engine=@with_engine@ Name: Epiphany Browser Description: GNOME Web Browser |