diff options
Diffstat (limited to 'src/glx/mini/Makefile.solo')
-rw-r--r-- | src/glx/mini/Makefile.solo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/mini/Makefile.solo b/src/glx/mini/Makefile.solo index 94e54f46a54..a35ecb5ec5f 100644 --- a/src/glx/mini/Makefile.solo +++ b/src/glx/mini/Makefile.solo @@ -28,7 +28,8 @@ INCLUDE_DIRS = \ -I$(TOP)/src/mesa/math \ -I$(TOP)/src/mesa/transform \ -I$(TOP)/src/mesa/swrast \ - -I$(TOP)/src/mesa/swrast_setup + -I$(TOP)/src/mesa/swrast_setup \ + -I$(TOP)/src/mesa/drivers/dri/drm/shared ##### RULES ##### |