enabling drm output module should NOT require X-less build

Desktop / Enlightenment / Enlightenment - Mike Blumenkrantz [samsung.com] - 18 March 2014 15:14 UTC

these defines all need to be changed from HAVE_WAYLAND_ONLY to something like WITH_X or we're going to have lots of problems with xwayland later on

c04d754 enabling drm output module should NOT require X-less build.
configure.ac | 2 +-
src/bin/e_backlight.c | 2 +-
src/bin/e_comp.c | 11 +++---
src/bin/e_comp_x.c | 3 +-
src/bin/e_dnd.c | 9 +++--
src/bin/e_dpms.c | 21 +++++++----
src/bin/e_main.c | 4 ++-
src/bin/e_module.c | 21 ++++++-----
src/bin/e_mouse.c | 16 +++++----
src/bin/e_scale.c | 7 ++--
src/bin/e_screensaver.c | 37 +++++++++++---------
src/bin/e_xkb.c | 1 +
src/modules/Makefile_everything.mk | 5 ++-
src/modules/everything/evry.c | 48 ++++++++++++++++----------
src/modules/everything/evry_plug_clipboard.c | 9 ++++-
15 files changed, 122 insertions(+), 74 deletions(-)

Upstream: git.enlightenment.org


  • Share