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_evas | |
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 'src/lib/ecore_evas')
-rw-r--r-- | src/lib/ecore_evas/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_evas/meson.build b/src/lib/ecore_evas/meson.build index 890e3c42b3..c673097dbc 100644 --- a/src/lib/ecore_evas/meson.build +++ b/src/lib/ecore_evas/meson.build | |||
@@ -30,6 +30,7 @@ ecore_evas_src = [ | |||
30 | 30 | ||
31 | ecore_evas_lib = library('ecore_evas', | 31 | ecore_evas_lib = library('ecore_evas', |
32 | ecore_evas_src, pub_eo_file_target, | 32 | ecore_evas_src, pub_eo_file_target, |
33 | c_args : package_c_args, | ||
33 | dependencies: [ecore_evas_deps, buildsystem], | 34 | dependencies: [ecore_evas_deps, buildsystem], |
34 | include_directories : config_dir, | 35 | include_directories : config_dir, |
35 | install: true, | 36 | install: true, |