diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-04-07 13:19:10 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-04-14 12:25:59 +0200 |
commit | 8cb311357c6473d4848636e6881be37926f5ed7c (patch) | |
tree | 3ec3161b0c7bab90e4fb7496654008ba1117b1b8 /src/lib/ector/software/meson.build | |
parent | 80bf4ace914077ff3987bef56be2aea55aad9edc (diff) |
meson: do not install namespace problem legacy files
these files are not required for the unified API, but they have
namespace problems, so for now, do not install them
Differential Revision: https://phab.enlightenment.org/D11665
Diffstat (limited to '')
-rw-r--r-- | src/lib/ector/software/meson.build | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/lib/ector/software/meson.build b/src/lib/ector/software/meson.build index 7374252729..75d217142a 100644 --- a/src/lib/ector/software/meson.build +++ b/src/lib/ector/software/meson.build | |||
@@ -48,8 +48,11 @@ if cpu_sse3 == true | |||
48 | endif | 48 | endif |
49 | 49 | ||
50 | 50 | ||
51 | if get_option('install-eo-files') | 51 | # |
52 | install_data(pub_eo_files, | 52 | # Only enable that again when the namespace problems are fixed. ref T8648 |
53 | install_dir: join_paths(eolian_include_dir, package_version_name) | 53 | # |
54 | ) | 54 | #if get_option('install-eo-files') |
55 | endif | 55 | # install_data(pub_eo_files, |
56 | # install_dir: join_paths(eolian_include_dir, package_version_name) | ||
57 | # ) | ||
58 | #endif | ||