From 70749c70926f12043d3408b160606e1e6238ed3a Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 22 Jan 2019 14:54:10 +0200 Subject: tests: drop openssl dependency in favor of glib sha1 implementation We already depend on glib which has sha1, so we don't really need openssl just for sha1. The opensll dependency was added in commit caea9c5b3aa1 ("igt/gem_userptr: Check read-only mappings"). Cc: Chris Wilson Cc: Tvrtko Ursulin Cc: Daniel Vetter Cc: Tomi Valkeinen Reviewed-by: Chris Wilson Signed-off-by: Jani Nikula --- meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 469723dc..b17e67ef 100644 --- a/meson.build +++ b/meson.build @@ -149,7 +149,6 @@ endif build_info += 'With libunwind: ' + libunwindinfo libdw = dependency('libdw', required : true) -ssl = dependency('openssl', required : true) pixman = dependency('pixman-1', required : true) valgrind = null_dep -- cgit v1.2.3