diff options
author | Jon Smirl <[email protected]> | 2004-04-13 04:11:32 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-04-13 04:11:32 +0000 |
commit | c0b0b48e5be32a23ad347ab4e80e1c1406bd5b86 (patch) | |
tree | 63c2d15f5c63fb428efc853d73d91b359b44bf45 /src/glx/mini | |
parent | 231603893db712d1c467e1b31c5818a9d84ad9e1 (diff) |
Add DRM_SOURCE_PATH to make system.
Needed for linux-solo to build
Diffstat (limited to 'src/glx/mini')
-rw-r--r-- | src/glx/mini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/mini/Makefile b/src/glx/mini/Makefile index c8ed541c355..3c1c54a6414 100644 --- a/src/glx/mini/Makefile +++ b/src/glx/mini/Makefile @@ -26,7 +26,7 @@ INCLUDE_DIRS = \ -I$(TOP)/src/mesa/transform \ -I$(TOP)/src/mesa/swrast \ -I$(TOP)/src/mesa/swrast_setup \ - -I$(TOP)/src/mesa/drivers/dri/drm/shared + -I$(DRM_SOURCE_PATH)/shared ##### RULES ##### |