From ddb382855e25cd0fd81c56f75f380d4c4422fbad Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 4 Oct 2018 14:39:01 +0200 Subject: igt: Make pixman mandatory So far, pixman was used exclusively when the Chamelium support was enabled. However, since we're going to use it as one of the backend to do the igt_fb conversions between formats, we'll need it all the time. Make that explicit. Signed-off-by: Maxime Ripard Reviewed-by: Arkadiusz Hiler --- lib/meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index e60e5e02..7e2c9b7a 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -66,6 +66,7 @@ lib_deps = [ math, realtime, ssl, + pixman, ] if libdrm_intel.found() @@ -79,8 +80,8 @@ if valgrind.found() lib_deps += valgrind endif -if gsl.found() and pixman.found() - lib_deps += [ gsl, pixman ] +if gsl.found() + lib_deps += [ gsl ] lib_sources += [ 'igt_frame.c', 'igt_audio.c' ] endif -- cgit v1.2.3