summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorDaniel Zaoui <daniel.zaoui@samsung.com>2013-04-24 22:56:24 +0300
committerDaniel Zaoui <daniel.zaoui@samsung.com>2013-04-25 03:40:45 +0300
commit80e04b2842872b10b4ed02aae330bdd3510f009f (patch)
treecafb6476113b6e1596372f6680aea229a88ca9a0 /pc
parent777d51181444966af468892bbd2cf27a3b35fb2f (diff)
downloadefl-80e04b2842872b10b4ed02aae330bdd3510f009f.tar.gz
Evas: Split Evas headers
Now, Evas.h includes three new files: - Evas_Eo.h: Eo API functions (functions defines, enums, base id). - Evas_Legacy.h: contains the API functions related to objects - Evas_Common.h: common data (structs, enums...) + functions not related to objects. This phase is needed for the EFL 1.8 release to disable Eo APIs if we consider it is not enough mature to be used by applications.
Diffstat (limited to 'pc')
-rw-r--r--pc/evas.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/evas.pc.in b/pc/evas.pc.in
index 6c852b5ccc..22617f187f 100644
--- a/pc/evas.pc.in
+++ b/pc/evas.pc.in
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_evas@
Version: @VERSION@
Libs: -L${libdir} -levas
Libs.private: @requirements_libs_evas@
-Cflags: -I${includedir}/evas-@VMAJ@
+Cflags: -I${includedir}/evas-@VMAJ@ -I${includedir}/efl-@VMAJ@