diff options
author | Eric Anholt <[email protected]> | 2007-10-16 12:25:35 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-10-16 12:38:55 -0700 |
commit | 919f617d08a34d01dd916b08ca4f315bae84f21c (patch) | |
tree | 98bc394395265f8509d464504c51f8e9dc1cf36a /src/mesa/drivers/dri/i915/Makefile | |
parent | 3feefeeb35c73ba6a8e0d81506891988bfcda5ef (diff) |
Replace symlink generation from i915 with files in intel/ and symlinks there.
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile index b9328a48f3d..ae96ddda0ab 100644 --- a/src/mesa/drivers/dri/i915/Makefile +++ b/src/mesa/drivers/dri/i915/Makefile @@ -62,7 +62,8 @@ C_SOURCES = \ ASM_SOURCES = -DRIVER_DEFINES = -I../intel $(shell pkg-config libdrm --atleast-version=2.3.1 \ +DRIVER_DEFINES = -I../intel -I../intel/server \ + $(shell pkg-config libdrm --atleast-version=2.3.1 \ && echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP") include ../Makefile.template |