egl: Use the canonical drm-uapi fourcc header to avoid local defines.
[mesa.git] / src / egl / SConscript
index 927092d22847dfbdb291b02dd65c511eef17f768..153fdc089234ba398c3dfd393c7b7e0a85aec1da 100644 (file)
@@ -8,6 +8,7 @@ env = env.Clone()
 
 env.Append(CPPPATH = [
     '#/include',
+    '#/include/drm-uapi',
     '#/include/HaikuGL',
     '#/src/egl/main',
     '#/src',