summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2020-01-09 10:31:29 -0500
committerChristopher Michael <cp.michael@samsung.com>2020-01-09 10:31:29 -0500
commita866de4ff0c0bb2de9a39a8657bde2f030d7dd4a (patch)
tree8788047c3c61495408c9c18e4cd5f109cc675b91
parenteafed87ffd70c0a1da1893bd05d076fb6078bf3f (diff)
downloadefl-a866de4ff0c0bb2de9a39a8657bde2f030d7dd4a.tar.gz
elementary: Include ecore_wl2_internal header when building Wayland
support Commits b3114e2484d831bfedfd, e3a28ecd1e74465f96, and eafed87ffd70c0a1da18 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.
-rw-r--r--src/lib/elementary/elm_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h
index ca3ab0620f..5aa18c3e62 100644
--- a/src/lib/elementary/elm_priv.h
+++ b/src/lib/elementary/elm_priv.h
@@ -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>