diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/meson.build | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/emotion/meson.build b/src/lib/emotion/meson.build index 6f2717dfa6..e779a39248 100644 --- a/src/lib/emotion/meson.build +++ b/src/lib/emotion/meson.build | |||
@@ -44,17 +44,18 @@ if get_option('eeze') == true | |||
44 | emotion_deps += [eeze] | 44 | emotion_deps += [eeze] |
45 | endif | 45 | endif |
46 | 46 | ||
47 | # Save in extra variable here to pass to edje_externa | ||
48 | emotion_package_c_args = package_c_args | ||
49 | |||
47 | emotion_lib = library('emotion', | 50 | emotion_lib = library('emotion', |
48 | emotion_src, pub_eo_file_target, priv_eo_file_target, | 51 | emotion_src, pub_eo_file_target, priv_eo_file_target, |
49 | dependencies: emotion_deps + emotion_pub_deps, | 52 | dependencies: emotion_deps + emotion_pub_deps, |
50 | include_directories : config_dir + [include_directories('.')], | 53 | include_directories : config_dir + [include_directories('.')], |
51 | install: true, | 54 | install: true, |
52 | c_args : package_c_args, | 55 | c_args : emotion_package_c_args, |
53 | version : meson.project_version() | 56 | version : meson.project_version() |
54 | ) | 57 | ) |
55 | 58 | ||
56 | emotion_package_c_args = package_c_args | ||
57 | |||
58 | emotion = declare_dependency( | 59 | emotion = declare_dependency( |
59 | include_directories: [include_directories('.')], | 60 | include_directories: [include_directories('.')], |
60 | link_with: emotion_lib, | 61 | link_with: emotion_lib, |