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)