diff options
author | Eric Anholt <[email protected]> | 2011-10-14 14:34:19 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-10-28 11:32:00 -0700 |
commit | 830e546f94c53d3f6878a188a2bdb5d2f3cf74bd (patch) | |
tree | ccf2a170c2f9faf5e93ca8e3571f7c80613dd512 /src/mesa/drivers/dri/r200 | |
parent | 48c9925367034b6fac506f1f32d445c5bd825a49 (diff) |
radeon: Insist on libdrm being present to build.
There's no sense in building a broken driver. Previously, there was
the potential of building a DRI1-only driver that would work for DRI1
and fail on DRI2 because the newer libdrm code wasn't present. Now
the radeon build system should be matching intel and nouveau.
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r-- | src/mesa/drivers/dri/r200/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index dc32d4e4e49..dc857b86a8b 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -52,7 +52,7 @@ X86_SOURCES = DRIVER_DEFINES = -DRADEON_R200 INCLUDES += $(RADEON_CFLAGS) -DRI_LIB_DEPS += $(RADEON_LDFLAGS) +DRI_LIB_DEPS += $(RADEON_LIBS) ##### TARGETS ##### |