Rename matrix.h to libweston/matrix.h
matrix.h is a public installed header and even used by libweston.h. See "Rename compositor.h to libweston/libweston.h" for rationale. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "shared/matrix.h"
|
||||
#include <libweston/matrix.h>
|
||||
|
||||
struct inverse_matrix {
|
||||
double LU[16]; /* column-major */
|
||||
|
||||
+1
-1
@@ -97,7 +97,7 @@ dep_zucmain = declare_dependency(
|
||||
|
||||
tests_standalone = [
|
||||
['config-parser', [], [ dep_zucmain ]],
|
||||
['matrix', [ '../shared/matrix.c' ], [ dep_libm ]],
|
||||
['matrix', [ '../shared/matrix.c' ], [ dep_libm, dep_libshared.partial_dependency(includes: true) ]],
|
||||
['string'],
|
||||
[
|
||||
'vertex-clip',
|
||||
|
||||
Reference in New Issue
Block a user