Skip to content
Snippets Groups Projects
Commit 526765dd authored by Heiko Thiery's avatar Heiko Thiery
Browse files

Add EGL_NO_PLATFORM_SPECIFIC_TYPES to avoid Xlib.h via EGL headers

See: https://github.com/KhronosGroup/EGL-Registry/pull/111

 discussion.

Signed-off-by: default avatarHeiko Thiery <heiko.thiery@gmail.com>
parent ea0b03df
No related branches found
No related tags found
1 merge request!508libweston/backend/drm: might need EGL
Pipeline #219042 passed
......@@ -102,6 +102,7 @@ config_h.set('_GNU_SOURCE', '1')
config_h.set('_ALL_SOURCE', '1')
config_h.set('EGL_NO_X11', '1')
config_h.set('MESA_EGL_NO_X11_HEADERS', '1')
config_h.set('EGL_NO_PLATFORM_SPECIFIC_TYPES', '1')
config_h.set_quoted('PACKAGE_STRING', 'weston @0@'.format(version_weston))
config_h.set_quoted('PACKAGE_VERSION', version_weston)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment