examples: fix build dependencies
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 5 Feb 2016 14:43:56 +0000 (15:43 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 16 Feb 2016 06:33:44 +0000 (07:33 +0100)
commit1f1d7f76edc37acc879746ef3822dae54cbfe2a3
tree324efa497ae6c41316a4a4ec2df8c452af25b585
parent71e6e8c51906102ba1f7da0a75f29f9c26b651f0
examples: fix build dependencies

When building for ARM some examples were failing to compile because
of some dependencies disabled.
Declaring these dependencies prevent from trying to compile some
not supported examples.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
examples/Makefile