diff options
author | Luca Ferretti <elle.uca@libero.it> | 2007-01-09 03:57:06 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2007-01-09 03:57:06 +0800 |
commit | a090eff785cd6c75eb70905b91adea159d64d648 (patch) | |
tree | f1af98da3f43c3e98f6442612ca0e8cd8970f0d0 /data/epiphany.pc.in | |
parent | ba917686fe0821769f0e94768b75b1614227067f (diff) | |
download | gsoc2013-epiphany-a090eff785cd6c75eb70905b91adea159d64d648.tar gsoc2013-epiphany-a090eff785cd6c75eb70905b91adea159d64d648.tar.gz gsoc2013-epiphany-a090eff785cd6c75eb70905b91adea159d64d648.tar.bz2 gsoc2013-epiphany-a090eff785cd6c75eb70905b91adea159d64d648.tar.lz gsoc2013-epiphany-a090eff785cd6c75eb70905b91adea159d64d648.tar.xz gsoc2013-epiphany-a090eff785cd6c75eb70905b91adea159d64d648.tar.zst gsoc2013-epiphany-a090eff785cd6c75eb70905b91adea159d64d648.zip |
Added "icondir" variable ( == $datadir/$package/icons ). The purpose is
2007-01-08 Luca Ferretti <elle.uca@libero.it>
* data/epiphany.pc.in:
Added "icondir" variable ( == $datadir/$package/icons ).
The purpose is allow extensions to install custom themeable icons
in this directory, so they can use named icons without add a new
icon search path.
svn path=/trunk/; revision=6794
Diffstat (limited to 'data/epiphany.pc.in')
-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 06eeaf5ba..ec65b98ed 100644 --- a/data/epiphany.pc.in +++ b/data/epiphany.pc.in @@ -4,6 +4,7 @@ libdir=@libdir@ includedir=@includedir@/epiphany/@EPIPHANY_MAJOR@ extensionsdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/extensions loaderdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/loaders +icondir=@datadir@/@PACKAGE@/icons features=@EPIPHANY_FEATURES@ Name: Epiphany Browser |