diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-04 11:51:42 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-04 11:51:42 +0000 |
commit | c15e9c6575c3b5f39ded167dda5259de3de96151 (patch) | |
tree | 5115d7ae3620af24c2bc094cd062575af7adeda9 /data | |
parent | a5ac6a987caec5a7f7596a25d0a065b9cc94c50c (diff) | |
download | efl-c15e9c6575c3b5f39ded167dda5259de3de96151.tar.gz |
merge: and now Evas
I've tested make -j 3 install and it works nicely
I've tested expedite with software and opengl xlib,
and it works. Not tested other engines, so please
report any problems (engines or other) on the ML.
TODO: examples and tests, I'll add them later
ISSUE: Eina_Unicode size check. It indirectly depends on
eina_config.h, which is created at the end of the
configure script. So its size is always 0. I don't
know how that size is used, so I can't do a lot,
for now.
SVN revision: 78895
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 9 | ||||
-rw-r--r-- | data/evas/checkme | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 6ab1f988af..e3dc4c262c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,9 @@ MAINTAINERCLEANFILES = Makefile.in -filesdir = $(datadir)/embryo/include -files_DATA = embryo/default.inc +embryofilesdir = $(datadir)/embryo/include +embryofiles_DATA = embryo/default.inc -EXTRA_DIST = $(files_DATA) +evasfilesdir = $(datadir)/evas +evasfiles_DATA = evas/checkme + +EXTRA_DIST = embryo/default.inc evas/checkme diff --git a/data/evas/checkme b/data/evas/checkme new file mode 100644 index 0000000000..987063d4cb --- /dev/null +++ b/data/evas/checkme @@ -0,0 +1,2 @@ +This is just a test file used to help evas determine its prefix +location. |