From 111c5857f1b349440f42fb1ce69e525ad72a727f Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 5 Sep 2017 14:36:22 +0200 Subject: meson: igt_frame also needs pixman Oversight I noticed because I have the deps for chamelium on the other machine already. Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- lib/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index f0672edf..b78e42dc 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 -- cgit v1.2.3