cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8330c2086830d32b05431ebb0ddfd3abf57ba86e

commit 8330c2086830d32b05431ebb0ddfd3abf57ba86e
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Fri Apr 1 13:54:40 2016 -0700

    elementary: install elementary cxx pkgconfig file.
    
    T3397
---
 Makefile.am             | 3 ++-
 configure.ac            | 1 +
 pc/.gitignore           | 1 +
 pc/elementary-cxx.pc.in | 6 +++---
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 73102da..c2422db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -166,7 +166,8 @@ pc/eolian-cxx.pc \
 pc/edje-cxx.pc \
 pc/eet-cxx.pc \
 pc/eo-cxx.pc \
-pc/eio-cxx.pc
+pc/eio-cxx.pc \
+pc/elementary-cxx.pc
 endif
 
 if HAVE_ELUA
diff --git a/configure.ac b/configure.ac
index cc12979..b4b270b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5487,6 +5487,7 @@ pc/ethumb_client.pc
 pc/elocation.pc
 pc/elua.pc
 pc/elementary.pc
+pc/elementary-cxx.pc
 dbus-services/org.enlightenment.Ethumb.service
 systemd-services/ethumb.service
 $po_makefile_in
diff --git a/pc/.gitignore b/pc/.gitignore
index e6bcdb0..bacff7b 100644
--- a/pc/.gitignore
+++ b/pc/.gitignore
@@ -72,3 +72,4 @@
 /elua.pc
 /emile.pc
 /efl-js.pc
+/elementary-cxx.pc
diff --git a/pc/elementary-cxx.pc.in b/pc/elementary-cxx.pc.in
index 1478975..aa6ce8c 100644
--- a/pc/elementary-cxx.pc.in
+++ b/pc/elementary-cxx.pc.in
@@ -4,14 +4,14 @@ libdir=@libdir@
 includedir=@includedir@
 datarootdir=@datarootdir@
 datadir=@datadir@
-pkgdatadir=@pkgdatadir@
+pkgdatadir=@pkgdatadir@/elementary
 themes=${pkgdatadir}/themes
 eoincludedir=${datadir}/eolian/include
 eolian_flags=-I${eoincludedir}/elementary-@VMAJ@
 
 Name: elementary++
 Description: Elementary C++ bindings
-Requires.private: @requirement_elm_pc@
+Requires.private: @requirements_pc_elementary@
 Version: @VERSION@
-Libs: -L${libdir} -lelementary @ELEMENTARY_PC_LIBS@
+Libs: -L${libdir} -lelementary -lefl -leina -lpthread -leet -levas -lecore 
-lecore_evas -lecore_file -lecore_input -ledje -leo -lethumb_client -lemotion 
-lecore_imf -lecore_con -leldbus -lefreet -lefreet_mime -lefreet_trash -leio 
@requirements_public_libs_elementary@  @requirements_public_libs_eina@ 
@requirements_libs_eina@
 Cflags: -I${includedir}/elementary-@VMAJ@ -I${includedir}/elementary-cxx-@VMAJ@

-- 


Reply via email to