Commit Graph

16 Commits

Author SHA1 Message Date
Vincent Torri 8351950dee Add native Windows thread support instead of using pthread
(less overhead). On other OS, pthread is still used by default.
Pass --enable-win32-threads to activate thread support on
Windows.


SVN revision: 50262
2010-07-15 06:34:32 +00:00
Carsten Haitzler e9d4afc9d7 moved eet.h to its own dir - pkgconfig handles all the right stuff.
SVN revision: 50117
2010-07-08 03:05:00 +00:00
Carsten Haitzler dca0b4ec2b no rev in eet pc.
SVN revision: 49285
2010-05-29 10:00:10 +00:00
Carsten Haitzler 56265a930f eet now has an eet_version you can runtime check:
eet_version->major
eet_version->minor
eet_version->micro
eet_version->revision

also an ifdef.

nb - revision is 0 if its a rrelease, > 0 if built from svn.



SVN revision: 49098
2010-05-21 14:07:25 +00:00
Vincent Torri 519cb98847 use efl_fnmatch m4 macro
SVN revision: 45852
2010-02-03 20:47:48 +00:00
Vincent Torri 1b98d1216c Add check on libgcrypt library in configure. Needed when GNUtls
support is enabled.


SVN revision: 43622
2009-11-11 20:05:47 +00:00
Vincent Torri 74a22e367f * use Requires.private field in eet.pc if pkg-config 0.22 is installed.
We list in it the required packages needed to compile eet.
 * remove uneeded flags that are in Libs.private (those from the packages
   that are listed in Requires.private)

Patch by dottedmag, modified a bit.


SVN revision: 42367
2009-09-09 15:50:52 +00:00
Cedric BAIL a4f5088a41 * eet.pc.in: Fix private dependencies.
SVN revision: 39717
2009-03-25 16:27:22 +00:00
Vincent Torri f375b8fd4f autotools cleanups:
* reorganize configure.ac
 * select default opptions in configure.ac (disable openssl
   for windows ce)
 * fix Libs.private field and add Requires field in eep.pc
 * rename eet.c.in to eet.dox.in
 * use css file from other packages. Now the doc is correctly
   displayd (need a rename of eet.css to e.css, though. will be
   next commit)


SVN revision: 37114
2008-10-26 07:05:11 +00:00
doursse 6152e13f48 winsock_libs renamed to WIN32_LIBS
SVN revision: 34308
2008-04-19 12:43:21 +00:00
doursse e769f25d10 * Add conversion functions to replace the use of snprintf with %a
* remove useless defines
 * minor cleanups

fixes bugs #181 and #182


SVN revision: 31805
2007-09-25 18:26:49 +00:00
tilman 61d953ae93 moved -lz and -ljpeg to Libs.private because eet doesn't expose them
SVN revision: 28904
2007-03-22 15:22:32 +00:00
tilman 5ede68450d fixed the description field
SVN revision: 28830
2007-03-20 22:22:47 +00:00
Carsten Haitzler c82e8c2756 version uppie...
SVN revision: 9732
2004-04-15 07:58:38 +00:00
Carsten Haitzler e69533d6d0 shared lib deps only now
SVN revision: 6940
2003-05-26 22:56:39 +00:00
jeoparde 98816467bb Patch for pkg-config support from Tilman Sauerbeck <tilman@code-monkey.de>.
SVN revision: 6891
2003-05-03 08:56:29 +00:00