diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-06-03 08:46:29 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-06-03 08:46:29 -0400 |
commit | bed3fa59047ebb946e92878b415cdb5ecb091e64 (patch) | |
tree | a378744fc348281fc26b600dc893490a6a0e6a3b /src/lib/eina/meson.build | |
parent | d83d89e882cfee31ba5ee5e9a8219e3b7e1c0efe (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | src/lib/eina/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build index e4bce4fc96..1642d28b93 100644 --- a/src/lib/eina/meson.build +++ b/src/lib/eina/meson.build | |||
@@ -346,7 +346,6 @@ endif | |||
346 | eina_config_file = configure_file( | 346 | eina_config_file = configure_file( |
347 | output: 'eina_config.h', | 347 | output: 'eina_config.h', |
348 | configuration: eina_config, | 348 | configuration: eina_config, |
349 | install: true, | ||
350 | install_dir: dir_package_include) | 349 | install_dir: dir_package_include) |
351 | 350 | ||
352 | public_headers += eina_config_file | 351 | public_headers += eina_config_file |