commit | 3a8d3f2e988c023769ebbdaa78574f07fecab625 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Dec 07 15:00:32 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Dec 07 15:00:36 2012 -0500 |
tree | 92a9dae500ae3cb92f05841039331eff258a68bb | |
parent | a2f84cc333759471f62ee34a412700f204e8747b [diff] |
Link matrix.c into weston again We want to make sure that the matrix symbols are exported from weston and that modules get them from there. To do that, we pull matrix.[ch] out of libshared and back into weston. calibrator now also links to matrix.[ch] and we add a IN_WESTON define to enable the WL_EXPORT macro when compiled inside weston.