meson: remove unneeded install: flags

Summary:
when install is not set, meson take the value of install_dir. So when
this is removed, things will continue working correctly.

Reviewers: zmike, stefan_schmidt, cedric, segfaultxavi

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9065
This commit is contained in:
Marcel Hollerbach 2019-06-03 08:46:29 -04:00 committed by Mike Blumenkrantz
parent d83d89e882
commit bed3fa5904
3 changed files with 0 additions and 3 deletions

View File

@ -503,7 +503,6 @@ efl_config_h.set('EFL_API_LEGACY_DEF', '#define EFL_API_LEGACY_DEF "FIXME NOT IM
configure_file(
output: 'config.h',
install: false,
configuration: config_h
)

View File

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

View File

@ -996,7 +996,6 @@ endif
c = configure_file(
output: 'Elementary_Options.h',
install : true,
install_dir : dir_package_include,
configuration: elm_options)