Oversight I noticed because I have the deps for chamelium on the other
machine already.

Signed-off-by: Daniel Vetter <daniel.vet...@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to