diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2020-05-18 17:46:55 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-05-26 10:15:21 +0200 |
commit | 3ca9d7282515c688f79aa7d6db34eaf33804096f (patch) | |
tree | 302b8aec11f4aeed23dd43397180b294311317af /src/lib/ecore_file/meson.build | |
parent | 59127058afd3f1259a0dfc438ca387fa02b72ccc (diff) |
build: lib: harmonize the use of package_c_args in all libs
Add it to subprojects which are not using it and remove and old
ELEMENTARY_BUILD define we no longer use. This allows us to have a
central place in the main meson.build file to set this variable.
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Reviewed-by: Vincent Torri <vincent.torri@gmail.com>
Reviewed-by: João Paulo Taylor Ienczak Zanette <joao.tiz@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D11854
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_file/meson.build b/src/lib/ecore_file/meson.build index 727c3d372c..9bbee467d6 100644 --- a/src/lib/ecore_file/meson.build +++ b/src/lib/ecore_file/meson.build | |||
@@ -22,6 +22,7 @@ ecore_file_header_src = ['Ecore_File.h'] | |||
22 | 22 | ||
23 | ecore_file_lib = library('ecore_file', | 23 | ecore_file_lib = library('ecore_file', |
24 | ecore_file_src, | 24 | ecore_file_src, |
25 | c_args : package_c_args, | ||
25 | dependencies: ecore_file_deps + ecore_file_pub_deps + ecore_file_deps, | 26 | dependencies: ecore_file_deps + ecore_file_pub_deps + ecore_file_deps, |
26 | include_directories : config_dir + [include_directories(join_paths('..','..'))], | 27 | include_directories : config_dir + [include_directories(join_paths('..','..'))], |
27 | install: true, | 28 | install: true, |