eina: Declare eina_config.h install dir

Meson from git complains if `install` is set but not `install_dir`.

Reviewed-by: Marcel Hollerbach <marcel-hollerbach@t-online.de>
Differential Revision: https://phab.enlightenment.org/D8036
This commit is contained in:
Lauro Moura 2019-02-26 23:21:15 +00:00 committed by Marcel Hollerbach
parent 7e967a5dd6
commit 5861aad185
1 changed files with 2 additions and 1 deletions

View File

@ -358,7 +358,8 @@ endif
eina_config_file = configure_file(
output: 'eina_config.h',
configuration: eina_config,
install: true)
install: true,
install_dir: dir_package_include)
public_headers += eina_config_file