diff options
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/Makefile b/src/mesa/drivers/dri/unichrome/Makefile index 95540e1c676..1af4f23af1e 100644 --- a/src/mesa/drivers/dri/unichrome/Makefile +++ b/src/mesa/drivers/dri/unichrome/Makefile @@ -52,7 +52,7 @@ INCLUDE_DIRS = \ -Iserver \ -I$(TOP)/src/glx/mini \ -I$(TOP)/include \ - -I$(TOP)/src/mesa/drivers/dri/drm/shared \ + -I$(DRM_SOURCE_PATH)\shared \ -I$(TOP)/src/mesa \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ |