From 3ca9d7282515c688f79aa7d6db34eaf33804096f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 18 May 2020 17:46:55 +0200 Subject: build: lib: harmonize the use of package_c_args in all libs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Vincent Torri Reviewed-by: João Paulo Taylor Ienczak Zanette Differential Revision: https://phab.enlightenment.org/D11854 --- src/lib/ecore_input_evas/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ecore_input_evas/meson.build') diff --git a/src/lib/ecore_input_evas/meson.build b/src/lib/ecore_input_evas/meson.build index 8b48142f7d..ee2516bfbf 100644 --- a/src/lib/ecore_input_evas/meson.build +++ b/src/lib/ecore_input_evas/meson.build @@ -14,6 +14,7 @@ ecore_input_evas_src = [ ecore_input_evas_lib = library('ecore_input_evas', ecore_input_evas_src, pub_eo_file_target, + c_args : package_c_args, dependencies: ecore_input_evas_pub_deps + ecore_input_evas_deps, include_directories : config_dir, install: true, -- cgit v1.2.1