ecore_input: fix build without eeze
authorRomain Naour <romain.naour@smile.fr>
Mon, 3 Jul 2017 21:26:16 +0000 (23:26 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 11 Jul 2017 09:31:34 +0000 (11:31 +0200)
commit0c21139b29be58c27bd07cfa594b0a8766409050
tree4fcb27b32ccfb86a9b1f76b8c2ca575882294843
parentf41e2761608fff7b070d630a73848908c6be5e5b
ecore_input: fix build without eeze

A dependency on HAVE_EEZE is missing in ecore_input_joystick_name_get():

lib/ecore_input/ecore_input_joystick.c: Dans la fonction « ecore_input_joystick_name_get »:
lib/ecore_input/ecore_input_joystick.c:632:4: erreur : unknown type name « Joystick_Info »
    Joystick_Info *ji;
    ^~~~~~~~~~~~~

Fixes T5665

Signed-off-by: Romain Naour <romain.naour@smile.fr>
src/lib/ecore_input/ecore_input_joystick.c