On Sunday, December 15, 2013 07:12:11 PM Doug Newgard wrote: > I'm not sure about building EFL without ecore-x, but Enlightenment requires > X anyway. The wayland support you're enabling with the configure switches > is wayland *CLIENT* support, IE you can run wayland programs within the > Enlightenment compositor. It does not allow you to run E on wayland.
Ah, I was not aware it was client support only. > > If the platform is egl/gles only, try building EFL with the switch > --with-opengl=es EFL does build without ecore-x when the "--with-x11=none" option is set. With that option removed it fails with the following: checking for GL/gl.h... no checking whether pthread_create() is supported... yes checking for GLES2/gl2.h... no configure: error: OpenGL XLib dependencies not found Which is odd. GLES2/gl2.h does exist in the standard include path. If I set "--with-x11=xcb" is fails with the same file although a bit differently: Checking whether to enable Wayland Egl rendering backend... yes checking for WAYLAND_EGL... yes checking whether Wayland Egl rendering backend will be built... yes checking whether to enable Wayland Shm rendering backend... yes checking for WAYLAND_SHM... yes checking whether Wayland Shm rendering backend will be built... yes checking whether to enable Drm rendering backend... yes checking for DRM... yes checking whether Drm rendering backend will be built... yes checking whether to enable Software XCB rendering backend... yes checking for XCB... yes checking whether Software XCB rendering backend will be built... yes checking whether to build Software XCB Engine... yes checking whether to build Software Xlib Engine... no checking whether to enable OpenGL XCB rendering backend... yes checking how to find X... use pkg-config checking for EFL_X11... yes checking GL/gl.h usability... no checking GL/gl.h presence... no checking for GL/gl.h... no checking for XCB_GL... yes checking for GLES2/gl2.h... no configure: error: OpenGL XCB dependencies not found ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
