diff --git a/src/bin/e_signals.c b/src/bin/e_signals.c index b99458016..15bdeecf9 100644 --- a/src/bin/e_signals.c +++ b/src/bin/e_signals.c @@ -5,7 +5,7 @@ */ #include "e.h" -#ifdef HAVE_WAYLAND +#ifdef HAVE_WL_DRM #include #endif @@ -66,7 +66,7 @@ _e_write_safe_int(int fd, const char *buf, size_t size) static void _e_crash(void) { -#ifdef HAVE_WAYLAND +#ifdef HAVE_WL_DRM if (e_comp->comp_type == E_PIXMAP_TYPE_WL) { const Eina_List *list, *l, *ll;