diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/ecore/ecore-input.pc.in | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-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 '')
-rw-r--r-- | libraries/ecore/ecore-input.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/ecore/ecore-input.pc.in b/libraries/ecore/ecore-input.pc.in new file mode 100644 index 0000000..b670b71 --- /dev/null +++ b/libraries/ecore/ecore-input.pc.in | |||
@@ -0,0 +1,11 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: ecore-input | ||
7 | Description: E core library, Input module | ||
8 | @pkgconfig_requires_private@: @requirements_ecore_input@ | ||
9 | Version: @VERSION@ | ||
10 | Libs: -L${libdir} -lecore_input | ||
11 | Cflags: -I${includedir}/ecore-@VMAJ@ | ||