summaryrefslogtreecommitdiff
path: root/pc/elementary-cxx.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pc/elementary-cxx.pc.in')
-rw-r--r--pc/elementary-cxx.pc.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/pc/elementary-cxx.pc.in b/pc/elementary-cxx.pc.in
new file mode 100644
index 0000000000..14789751b6
--- /dev/null
+++ b/pc/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_PC_LIBS@
+Cflags: -I${includedir}/elementary-@VMAJ@ -I${includedir}/elementary-cxx-@VMAJ@