summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-10-14 14:34:19 -0700
committerEric Anholt <eric@anholt.net>2011-10-28 11:32:00 -0700
commit830e546f94c53d3f6878a188a2bdb5d2f3cf74bd (patch)
treeccf2a170c2f9faf5e93ca8e3571f7c80613dd512 /configs
parent48c9925367034b6fac506f1f32d445c5bd825a49 (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 'configs')
-rw-r--r--configs/autoconf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 96fe5da8773..3d4c749cf4b 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -25,7 +25,7 @@ CXXFLAGS = $(CXXFLAGS_NOVISIBILITY) @VISIBILITY_CXXFLAGS@
LDFLAGS = @LDFLAGS@
EXTRA_LIB_PATH = @EXTRA_LIB_PATH@
RADEON_CFLAGS = @RADEON_CFLAGS@
-RADEON_LDFLAGS = @RADEON_LDFLAGS@
+RADEON_LIBS = @RADEON_LIBS@
NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
NOUVEAU_LIBS = @NOUVEAU_LIBS@
INTEL_LIBS = @INTEL_LIBS@