aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/ecore-evas.pc.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/ecore/ecore-evas.pc.in
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to 'libraries/ecore/ecore-evas.pc.in')
-rw-r--r--libraries/ecore/ecore-evas.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/ecore/ecore-evas.pc.in b/libraries/ecore/ecore-evas.pc.in
new file mode 100644
index 0000000..155abbe
--- /dev/null
+++ b/libraries/ecore/ecore-evas.pc.in
@@ -0,0 +1,11 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: ecore-evas
7Description: E core library, Evas module
8@pkgconfig_requires_private@: @requirements_ecore_evas@
9Version: @VERSION@
10Libs: -L${libdir} @ecore_evas_libs@
11Cflags: -I${includedir}/ecore-@VMAJ@