diff options
author | infirit <[email protected]> | 2014-01-09 12:22:52 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-09 12:22:52 +0100 |
commit | a0e9a8500ff07e1a4bf7cffb4e4838b8ec0700ac (patch) | |
tree | 3fa9e4537cb9813658ba1e5a5ec93a54feb4405a /caja-python.pc.in | |
parent | 19de5e2697e251e3653e5ee2b795742a6d977c3c (diff) | |
download | python-caja-a0e9a8500ff07e1a4bf7cffb4e4838b8ec0700ac.tar.bz2 python-caja-a0e9a8500ff07e1a4bf7cffb4e4838b8ec0700ac.tar.xz |
Properly fix dataroot warning for pkg-config file.
All we needed to do was add @dataroot@ to caja-python.pc.in.
config.status: WARNING: 'caja-python.pc.in' seems to ignore the
--datarootdir setting
Diffstat (limited to 'caja-python.pc.in')
-rw-r--r-- | caja-python.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caja-python.pc.in b/caja-python.pc.in index 574674c..0e72f15 100644 --- a/caja-python.pc.in +++ b/caja-python.pc.in @@ -3,5 +3,6 @@ Description: Caja-Python Components Version: @VERSION@ prefix=@prefix@ +datarootdir = @datarootdir@ libdir=${prefix}/lib pythondir=@datadir@/caja-python/extensions |