alert: protect use of drm code inside the proper ifdef.

This commit is contained in:
Cedric Bail 2017-08-10 21:43:17 -07:00
parent ee412d8913
commit 77e4b72d2b
1 changed files with 1 additions and 2 deletions

View File

@ -26,10 +26,9 @@
# include <Ecore_Drm2.h>
# include <Evas.h>
# include <Evas_Engine_Buffer.h>
# include "e_drm2.x"
#endif
#include "e_drm2.x"
#ifdef HAVE_WL_DRM
/* DRM_FORMAT_XRGB8888 and fourcc_code borrowed from <drm_fourcc.h>