ecore_drm: make sure we include math.h and link against libm for floor()
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 13 Jan 2016 16:03:36 +0000 (17:03 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 13 Jan 2016 16:06:39 +0000 (17:06 +0100)
commitd1609c2afe0e91c8a38b000545ed8137e49dc184
treeea3558e623dc56647b647b56333065e356e011e1
parent2d17f7894e931c50728bc4651b07a01c88644f5f
ecore_drm: make sure we include math.h and link against libm for floor()

When we introduced the usage of floor() in ecore_drm_evdev.c we forgot to
include math.h for it as well as linking against libm. This caused linking
failures on some systems while it still worked on others. Better fix it for
good.

Original patch by aerodynamik.

ref T2953
configure.ac
src/lib/ecore_drm/ecore_drm_evdev.c