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
This commit is contained in:
Mike Blumenkrantz 2019-03-27 14:34:43 -04:00
parent 79e809d945
commit 4032d52a87
1 changed files with 1 additions and 1 deletions

View File

@ -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'))