diff options
author | Axel Davy <[email protected]> | 2015-01-14 20:36:04 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-02-12 13:20:22 +0000 |
commit | 63986f958097288a29ae001e15df3dea076486d1 (patch) | |
tree | d6380b3a3be0f36eec81b59744c7c275c5853752 /docs/relnotes.html | |
parent | c39dbfdd0f764b1aaa7319b4694e7335692993dd (diff) |
egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRM
To fix build when libdrm is not found,
commit a594cec7e3ef275c386054127a357110a19dd823 did put several
parts of egl code under #ifdef HAVE_DRM_PLATFORM.
HAVE_DRM_PLATFORM means the egl drm platform is being built.
What should have been used instead is HAVE_LIBDRM.
At a few locations, the HAVE_DRM_PLATFORM introduced
have already been replaced by HAVE_LIBDRM, this patch
replaces the remaining occurences.
This patch makes for example EGL_EXT_image_dma_buf_import
be advertised by egl under x11 when the drm egl platform
is not built, whereas previously it required the drm egl
platform to be built.
Signed-off-by: Axel Davy <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/relnotes.html')
0 files changed, 0 insertions, 0 deletions