summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-05-10 14:41:57 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-27 11:06:46 +0200
commit8e3606698eb439eecd7302a885504365aca7e564 (patch)
tree6bb354ae72ab277548fafaab00a52aeaac5e61bb /src/examples
parent2d105a7e597a38a31ea88fefc02ac84b8b6e5543 (diff)
downloadefl-8e3606698eb439eecd7302a885504365aca7e564.tar.gz
refactor build
libraries are split into deps, external deps, and pub deps. Evas engines are refactored to use the predefined engine deps. this is preparation work for efl-one. Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D11806
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/elementary/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/elementary/meson.build b/src/examples/elementary/meson.build
index 14a743c9c5..7876285349 100644
--- a/src/examples/elementary/meson.build
+++ b/src/examples/elementary/meson.build
@@ -122,7 +122,7 @@ examples = [
]
foreach example : examples
- executable(example, example + '.c', dependencies: [elementary, ecore, eio])
+ executable(example, example + '.c', dependencies: [elementary, ecore, eio, m])
endforeach
if get_option('bindings').contains('cxx')
cxx_examples = [