elementary: Include ecore_wl2_internal header when building Wayland

support

Commits b3114e2484, e3a28ecd1e, and
eafed87ffd moved some previously public API functions to be
internal because they are not used outside of EFL. As such, we need to
include the ecore_wl2_internal.h header file here because those
functions are used inside Elementary.
This commit is contained in:
Christopher Michael 2020-01-09 10:31:29 -05:00
parent eafed87ffd
commit a866de4ff0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
# endif
# ifdef HAVE_ELEMENTARY_WL2
# include <Ecore_Wl2.h>
# include "ecore_wl2_internal.h"
# endif
# ifdef HAVE_ELEMENTARY_DRM
# include <Ecore_Drm2.h>