summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2016-04-01 13:54:40 -0700
committerCedric BAIL <cedric@osg.samsung.com>2016-04-01 13:55:11 -0700
commit8330c2086830d32b05431ebb0ddfd3abf57ba86e (patch)
treec1acffc00d813416cb213bb981d75b6d12e6b953
parentcf81840db55c3e8bdc5352aba2c490570647fe00 (diff)
downloadefl-8330c2086830d32b05431ebb0ddfd3abf57ba86e.tar.gz
elementary: install elementary cxx pkgconfig file.
T3397
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--pc/.gitignore1
-rw-r--r--pc/elementary-cxx.pc.in6
4 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 73102dac44..c2422db91e 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 cc12979bf0..b4b270b20e 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 e6bcdb0336..bacff7bf44 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 14789751b6..aa6ce8c6c5 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@