Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        edje-config.in edje.pc.in 


Log Message:
add support for datadir to edje.pc.in resp edje-config.in, so 3rd party apps 
can find out where edje's data files (most important: edje.inc) are located
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/edje-config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje-config.in      25 Jun 2003 23:31:23 -0000      1.2
+++ edje-config.in      22 Feb 2005 20:36:13 -0000      1.3
@@ -5,7 +5,7 @@
 exec_prefix_set=no
 
 usage="\
-Usage: edje-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] 
[--cflags]"
+Usage: edje-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] 
[--cflags] [--datadir]"
 
 if test $# -eq 0; then
       echo "${usage}" 1>&2
@@ -48,6 +48,9 @@
       [EMAIL PROTECTED]@
       echo $libdirs -ledje
       ;;
+    --datadir)
+      echo @datadir@/edje
+      ;;
     *)
       echo "${usage}" 1>&2
       exit 1
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/edje.pc.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje.pc.in  30 Jul 2004 18:29:10 -0000      1.2
+++ edje.pc.in  22 Feb 2005 20:36:16 -0000      1.3
@@ -2,6 +2,7 @@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
[EMAIL PROTECTED]@/edje
 
 Name: edje
 Description: Enlightened graphical design and layout engine. 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to