From 4339f9f783bd507f2cf82f41643d3b31e523a02d Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 17 Feb 2017 19:21:17 -0500 Subject: [PATCH] bump efl minor version check for ecore_drm2 API function usage Signed-off-by: Chris Michael --- src/modules/wl_drm/e_mod_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c index be44fef09..e943a750d 100644 --- a/src/modules/wl_drm/e_mod_main.c +++ b/src/modules/wl_drm/e_mod_main.c @@ -451,7 +451,7 @@ _drm2_randr_create(void) s->info.can_rot_180 = EINA_FALSE; s->info.can_rot_270 = EINA_FALSE; -# if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 18) +# if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 19) int rotations; rotations = @@ -623,7 +623,7 @@ _drm2_randr_apply(void) /* TODO: cannot support rotations until we support planes * and we cannot support planes until Atomic support is in */ -# if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 18) +# if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 19) int orient = 0; if (s->config.rotation == 0)