wlroots/include
Alyssa Ross 95b22619e0 Fix missing headers when building without X11
The deleted includes are redundant, because other headers will include
the necessary files. Additionally, they cause build failures, because
including EGL/egl.h or EGL/eglext.h directly, instead of through
wlr/render/egl.h or wlr/render/interface.h, will mean that
MESA_EGL_NO_X11_HEADERS will not have been defined, and so the EGL
headers will attempt to pull in unnecessary X11 headers that may not
exist on the system.

For the headers produced by glgen.sh, the includes couldn't simply be
deleted, because no other header would include the EGL headers. Neither
wlr/render/egl.h or wlr/render/interface.h felt appropriate to include,
so I opted instead to copy the MESA_EGL_NO_X11_HEADERS definition before
the EGL includes.
2019-04-22 00:04:08 +03:00
..
backend Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
render Fix missing headers when building without X11 2019-04-22 00:04:08 +03:00
rootston output-management-v1: support applying configuration 2019-04-11 09:19:57 -06:00
types data-device: refactor wlr_drag 2019-02-20 18:42:29 +01:00
util util: use shm_open for in-memory files 2018-10-28 22:39:54 +01:00
wlr idle: enable the compositors to add custom idle timeouts (#1655) 2019-04-17 08:48:43 +03:00
xcursor Add xcursor sublibrary 2017-08-07 21:13:04 -04:00
xwayland xwm: Add _NET_CLIENT_LIST support 2019-02-15 11:08:54 +01:00
meson.build config: Avoid clash with other config-headers 2017-12-27 17:13:58 +01:00