devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e16c4097d4086386c07b4ce4e71738f1f48e61ac

commit e16c4097d4086386c07b4ce4e71738f1f48e61ac
Merge: 30c6aed e19fbbc
Author: Chris Michael <[email protected]>
Date:   Tue Sep 23 15:50:44 2014 -0400

    Merge branch 'devs/devilhorns/ecore_drm_eeze'
    
    ecore-drm: Port existing ecore-drm to use Eeze
    
    ecore-drm now uses Eeze library for udev device functions. This
    removes the existing dependency on udev and makes use of our own
    library (Eeze) to find, list, watch, and otherwise deal with udev
    devices. This is the last of the ecore-drm code that needs porting
    
    NB: Ecore-Drm Now uses Eeze for udev and Eldbus for dbus functionality.
    
    @feature

 configure.ac                          | 237 +++++++++++++++++-----------------
 src/lib/ecore_drm/Ecore_Drm.h         |   2 +-
 src/lib/ecore_drm/ecore_drm.c         |  11 +-
 src/lib/ecore_drm/ecore_drm_device.c  | 149 ++++++++-------------
 src/lib/ecore_drm/ecore_drm_inputs.c  | 202 ++++++++++++-----------------
 src/lib/ecore_drm/ecore_drm_output.c  |  92 ++++++-------
 src/lib/ecore_drm/ecore_drm_private.h |   6 +-
 7 files changed, 303 insertions(+), 396 deletions(-)

-- 


Reply via email to