8 Commits

Author SHA1 Message Date
Mark de Wever
ef6eb243e1 Recognize newer versions of FriBidi again.
Newer versions don't define a symbol directly confusing cmake, fixed by
letting the compiler test whether it really doesn't exist. The issue was
spotted by Espreon.
2011-03-06 10:09:51 +00:00
Mark de Wever
ad31cdaf27 Better cmake detection for older FriBidi versions.
Applied the patch attached to bug #17152. (I don't have the old version
of FriBidi, so haven't tested been able to test it, but still works with
newer versions of FriBidi.)
2011-01-08 20:41:02 +00:00
Oron Peled
e35f199086 revised fribidi support:
* Updated to support both fribidi2 (>= 0.19.0) and old fribidi (>= 0.10.9)

 * The cmake part was done by Mark with some fixes add by me.

 * I tested on Fedora-11, Mark tested on Debian stable.
2009-08-01 18:28:18 +00:00
Nils Kneuper
b138311480 (most likely) fix detecting fribidi as found...
...though the wrong version is found when using cmake, now, as in
autotools and scons build, only "version 1" is accepted
2009-03-03 00:04:00 +00:00
Moritz Göbelbecker
b8f885f2dc Fix two syntax errors which for some reason didn't occur on my machine. 2008-05-22 16:31:18 +00:00
Moritz Göbelbecker
d4c3dd9869 Remove debugging output I accidentally left behind. 2008-05-15 13:42:59 +00:00
Moritz Göbelbecker
d0088db5c7 Check for FriBiDi version 1 explicitely. 2008-05-15 13:37:40 +00:00
Moritz Göbelbecker
e7d41dfd80 Add fribidi support to cmake.
Add option to disable nls.
2008-05-14 12:15:17 +00:00