diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-04 02:08:14 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-04 02:08:14 +0000 |
commit | 9ea2ce1041549c90f94062ce5ec145056e7fbdfa (patch) | |
tree | 3bcd3fb016bc498a72ff99c8d67c8b7ef2d91718 /pc | |
parent | e2ce20e9a4dfd12bb383a1b60032f2ef7b507850 (diff) | |
download | efl-9ea2ce1041549c90f94062ce5ec145056e7fbdfa.tar.gz efl-9ea2ce1041549c90f94062ce5ec145056e7fbdfa.tar.xz efl-9ea2ce1041549c90f94062ce5ec145056e7fbdfa.zip |
efl: merge edje.
this is still in progress, mostly the multisense stuff is pending.
it seems that when we merge ecore_audio in edje the libremix and
similar are gone, at least from Edje, and will be in ecore_audio
itself (or pulseaudio).
Changes:
* __UNUSED__ to EINA_UNUSED
* binaries (epp, embryo_cc, edje_cc) now consider EFL_RUN_IN_TREE and
will assume the binaries are still not installed, running from
build tree location (needs more testing, maybe doesn't work with
srcdir != builddir, still doesn't solve cross compile builds)
SVN revision: 82139
Diffstat (limited to 'pc')
-rw-r--r-- | pc/edje.pc.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pc/edje.pc.in b/pc/edje.pc.in new file mode 100644 index 000000000..c5a8764cc --- /dev/null +++ b/pc/edje.pc.in @@ -0,0 +1,17 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +modules=@libdir@/edje/modules +includedir=@includedir@ +datarootdir=@datarootdir@ +datadir=@datadir@/edje +vmaj=@VMAJ@ +multisense=@want_multisense@ + +Name: edje +Description: Enlightened graphical design and layout engine. +Requires.private: @requirements_pc_edje@ +Version: @VERSION@ +Libs: -L${libdir} -ledje +Libs.private: @requirements_libs_edje@ +Cflags: -I${includedir}/edje-@VMAJ@ |