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 /pc/evas-opengl-cocoa.pc.in | |
parent | a5ac6a987caec5a7f7596a25d0a065b9cc94c50c (diff) |
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 'pc/evas-opengl-cocoa.pc.in')
-rw-r--r-- | pc/evas-opengl-cocoa.pc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pc/evas-opengl-cocoa.pc.in b/pc/evas-opengl-cocoa.pc.in new file mode 100644 index 000000000..d908e0bdd --- /dev/null +++ b/pc/evas-opengl-cocoa.pc.in @@ -0,0 +1,4 @@ +Name: evas-opengl-cocoa +Description: Evas OpenGL Cocoa engine +Version: @VERSION@ + |