summaryrefslogtreecommitdiff
path: root/elementary-cxx.pc.in
diff options
context:
space:
mode:
authorSavio Sena <savio@expertisesolutions.com.br>2014-09-17 20:20:13 -0300
committerSavio Sena <savio@expertisesolutions.com.br>2014-09-17 20:28:05 -0300
commit01225980757cbade318b273a2c7b3c51997d6dd9 (patch)
tree31318ca1e4806b1fe1f400474a96d3eb8f8845ac /elementary-cxx.pc.in
parent925d346da0fdfd709d01b9a659e4ebb4835ea13c (diff)
downloadelementary-01225980757cbade318b273a2c7b3c51997d6dd9.tar.gz
autotools: Added elementary-cxx.pc.in.
Diffstat (limited to 'elementary-cxx.pc.in')
-rw-r--r--elementary-cxx.pc.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/elementary-cxx.pc.in b/elementary-cxx.pc.in
new file mode 100644
index 000000000..a85e0aff9
--- /dev/null
+++ b/elementary-cxx.pc.in
@@ -0,0 +1,17 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+datarootdir=@datarootdir@
+datadir=@datadir@
+pkgdatadir=@pkgdatadir@
+themes=${pkgdatadir}/themes
+eoincludedir=${datadir}/eolian/include
+eolian_flags=-I${eoincludedir}/elementary-@VMAJ@
+
+Name: elementary++
+Description: Elementary C++ bindings
+Requires.private: @requirement_elm_pc@
+Version: @VERSION@
+Libs: -L${libdir} -lelementary @ELEMENTARY_LIBS@
+Cflags: -I${includedir}/elementary-@VMAJ@ -I${includedir}/elementary-cxx-@VMAJ@