From ba651967a201b48f380cd30495e271317c1d8522 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 7 Aug 2015 12:55:40 -0500 Subject: egl/dri2: Fix include path of u_atomic.h introduced e7e29189 This was causing a failure to build on SCons due to a missing -Isrc/egl. Instead of adding in that path, lets just -Isrc/ and include "utils/u_atomic.h". Reviewed-by: Matt Turner --- src/egl/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl/SConscript') diff --git a/src/egl/SConscript b/src/egl/SConscript index a7f6282..1b2a427 100644 --- a/src/egl/SConscript +++ b/src/egl/SConscript @@ -9,6 +9,7 @@ env = env.Clone() env.Append(CPPPATH = [ '#/include', '#/src/egl/main', + '#/src', ]) -- cgit v1.1