diff options
author | Andres Rodriguez <[email protected]> | 2017-01-18 17:48:36 -0500 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-19 15:41:38 +0000 |
commit | a3ad6a34c6ba222ec93a2cfd0cac205c62574eb7 (patch) | |
tree | 851992e8560233e43ec6f3735a0117a5e4838b25 /src/egl/egl-symbols-check | |
parent | 0f8afde7baf2b4764c3832387607021f2d318f6e (diff) |
radv: fix include order for installed headers v2
In situations where libdrm_amdgpu and mesa are installed to the same
location, the mesa installed headers will take precedence over the git
source headers.
This is due to the AMDGPU_CFLAGS containing the install directory.
This situation can cause build errors if the git version of a header is
newer than the currently installed version of a header (e.g. git pull
updates vulkan.h)
Note: using the same install prefix for mesa and libdrm is probably a
common occurrence since it is described in the radeonBuildHowTo wiki:
https://www.x.org/wiki/radeonBuildHowTo/
v2: added sign-off
Signed-off-by: Andres Rodriguez <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/egl-symbols-check')
0 files changed, 0 insertions, 0 deletions