egl/dri2: Fix include path of u_atomic.h introduced e7e29189
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Fri, 7 Aug 2015 17:55:40 +0000 (12:55 -0500)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Fri, 7 Aug 2015 19:31:25 +0000 (14:31 -0500)
commitba651967a201b48f380cd30495e271317c1d8522
treecbd86224a54915540055948c8ecdc1f37d57a432
parent6de9a03bed400fca5672ef0c13c0039bbe94a679
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 <mattst88@gmail.com>
src/egl/Makefile.am
src/egl/SConscript
src/egl/drivers/dri2/egl_dri2.c