elementary: install elementary cxx pkgconfig file.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 1 Apr 2016 20:54:40 +0000 (13:54 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 1 Apr 2016 20:55:11 +0000 (13:55 -0700)
T3397

Makefile.am
configure.ac
pc/.gitignore
pc/elementary-cxx.pc.in

index 73102da..c2422db 100644 (file)
@@ -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
index cc12979..b4b270b 100644 (file)
@@ -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
index e6bcdb0..bacff7b 100644 (file)
@@ -72,3 +72,4 @@
 /elua.pc
 /emile.pc
 /efl-js.pc
+/elementary-cxx.pc
index 1478975..aa6ce8c 100644 (file)
@@ -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@