barbieri pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=5ca6eaf41817064b5de02ecbdfcff20cdca39fc1

commit 5ca6eaf41817064b5de02ecbdfcff20cdca39fc1
Author: Gustavo Sverzut Barbieri <[email protected]>
Date:   Sat Mar 8 17:56:54 2014 -0300

    fix @dataroot@ missing warning.
    
    As per autoconf[1] documentation, we should declare @datarootdir@ so
    it uses the new convetion of expression @datadir@ as terms of
    @datarootdir@.
    
    [1] 
http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Changed-Directory-Variables.html
---
 enlightenment.pc.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/enlightenment.pc.in b/enlightenment.pc.in
index e05a6ce..555af34 100644
--- a/enlightenment.pc.in
+++ b/enlightenment.pc.in
@@ -1,13 +1,14 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
+datarootdir=@datarootdir@
 datadir=@datadir@
 includedir=@includedir@/@PACKAGE@
 modules=@libdir@/@PACKAGE@/modules
-pkgdatadir=@datadir@/enlightenment/data
+pkgdatadir=@datadir@/@PACKAGE@/data
 themes=${pkgdatadir}/themes
 backgrounds=${pkgdatadir}/backgrounds
-config_apps=@prefix@/share/@PACKAGE@/config-apps
+config_apps=@datadir@/@PACKAGE@/config-apps
 release=@release@
 
 Name: enlightenment

-- 


Reply via email to