diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-10-18 16:11:22 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-10-18 16:12:13 +0200 |
commit | 52e0b8440b552562a1bde01ee960069e6353a62a (patch) | |
tree | fa7a07e989c823c065e250940cab65b2b1253095 /src/lib/efl/meson.build | |
parent | 2643ce0aadbf7b77cdb021404a7c93b0e0c43bca (diff) |
Revert "meson: add cxx bindings"
This reverts commit 5aaf2cbb5defd64a2048fe90e80004d435bbca1a.
The cxx bindings were accidently merged. Things are missing (like .eot.h
files)
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/meson.build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/efl/meson.build b/src/lib/efl/meson.build index 6677cf2327..75acef3b54 100644 --- a/src/lib/efl/meson.build +++ b/src/lib/efl/meson.build | |||
@@ -24,8 +24,10 @@ efl = declare_dependency( | |||
24 | sources : pub_eo_file_target | 24 | sources : pub_eo_file_target |
25 | ) | 25 | ) |
26 | 26 | ||
27 | install_data(pub_eo_files, | ||
28 | install_dir: join_paths(eolian_include_dir, package_version_name) | ||
29 | ) | ||
30 | |||
27 | install_headers(efl_header_src, | 31 | install_headers(efl_header_src, |
28 | install_dir : dir_package_include, | 32 | install_dir : dir_package_include, |
29 | ) | 33 | ) |
30 | |||
31 | efl_eo_subdirs = ['interfaces'] | ||