devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a866de4ff0c0bb2de9a39a8657bde2f030d7dd4a

commit a866de4ff0c0bb2de9a39a8657bde2f030d7dd4a
Author: Christopher Michael <cp.mich...@samsung.com>
Date:   Thu Jan 9 10:31:29 2020 -0500

    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.
---
 src/lib/elementary/elm_priv.h | 1 +
 1 file changed, 1 insertion(+)

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>

-- 


Reply via email to