eeze: Add buildsystem to list of dependencies.

Summary:
This fixing building E with EFL both using meson
build system. Previously missing symbols, which
this patch resolves.

Reviewers: bu5hm4n, raster

Reviewed By: bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7142
This commit is contained in:
Alastair Poole 2018-10-04 12:41:40 +01:00
parent d03d29f7a2
commit 8974f98b1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
eeze_deps = []
eeze_deps = [buildsystem]
eeze_pub_deps = [eina, efl]
pub_eo_file_target = []