build: emotions: gstreamer: add needed ecore_x internal dependency

The 0.10 gstreamer module needs Ecore_X.h during build. Make sure we
actually have this dependency right so the build can succeed.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9113
This commit is contained in:
Stefan Schmidt 2019-06-19 13:09:05 +02:00
parent 2b7d26790a
commit b0182dd744
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ generic_deps = [dependency('gstreamer-0.1')]
shared_module(emotion_loader,
generic_src,
include_directories : config_dir,
dependencies: [eina, evas, emotion, generic_deps],
dependencies: [eina, ecore_x, evas, emotion, generic_deps],
install: true,
install_dir : mod_install_dir,
c_args : package_c_args,