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/emile/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 'src/lib/emile/meson.build')
-rw-r--r-- | src/lib/emile/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/emile/meson.build b/src/lib/emile/meson.build index 4ae888c42a..d8734cd1f2 100644 --- a/src/lib/emile/meson.build +++ b/src/lib/emile/meson.build | |||
@@ -25,6 +25,7 @@ endif | |||
25 | 25 | ||
26 | emile_lib = library('emile', | 26 | emile_lib = library('emile', |
27 | emile_src, | 27 | emile_src, |
28 | c_args : package_c_args, | ||
28 | include_directories: config_dir, | 29 | include_directories: config_dir, |
29 | dependencies: emile_pub_deps + emile_deps + [lz4, rg_etc, m], | 30 | dependencies: emile_pub_deps + emile_deps + [lz4, rg_etc, m], |
30 | install: true, | 31 | install: true, |