[Intel-gfx] [PATCH i-g-t 20/22] meson: igt_frame also needs pixman
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Sep 5 12:36:22 UTC 2017
Oversight I noticed because I have the deps for chamelium on the other
machine already.
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
lib/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/meson.build b/lib/meson.build
index f0672edf1830..b78e42dc78cb 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -117,8 +117,8 @@ if valgrind.found()
lib_deps += valgrind
endif
-if gsl.found()
- lib_deps += gsl
+if gsl.found() and pixman.found()
+ lib_deps += [ gsl, pixman ]
lib_headers += [ 'igt_frame.h', 'igt_audio.h' ]
lib_sources += [ 'igt_frame.c', 'igt_audio.c' ]
endif
--
2.14.1
More information about the Intel-gfx
mailing list