From 4032d52a8793c054be82292a7be40da96a669ad1 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 27 Mar 2019 14:34:43 -0400 Subject: [PATCH] build: fix meson pixman dependency name Summary: thx @vtorri for reporting Reviewers: devilhorns, vtorri Reviewed By: vtorri Subscribers: cedric, #reviewers, vtorri, #committers Tags: #efl_build Differential Revision: https://phab.enlightenment.org/D8479 --- src/lib/evas/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/meson.build b/src/lib/evas/meson.build index df5f585f5e..d338d586cc 100644 --- a/src/lib/evas/meson.build +++ b/src/lib/evas/meson.build @@ -129,7 +129,7 @@ if (get_option('pixman')) foreach support : pixman_support config_h.set(support, '1') endforeach - evas_deps += dependency('pixman') + evas_deps += dependency('pixman-1') endif if (get_option('hyphen'))