summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-02-15 17:03:47 +1000
committerDave Airlie <airlied@redhat.com>2009-02-15 17:03:47 +1000
commitb0e8ac8fd2eeb88b5f9299afb36102113a2435d4 (patch)
tree8d49e1db38bca63ad1412399839e862ec34d980a /configs
parent7d19d2768491f4de3b674106e93c24d29712404f (diff)
radeon: add cflags to decide whether to link libdrm_radeon or not.
You don't need libdrm_radeon for the legacy driver to build, only for the experimental mm/cs paths.
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index b352974a4c..d7860294ea 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -20,6 +20,8 @@ CXXFLAGS = @CPPFLAGS@ @CXXFLAGS@ \
$(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(DEFINES)
LDFLAGS = @LDFLAGS@
EXTRA_LIB_PATH = @EXTRA_LIB_PATH@
+RADEON_CFLAGS = @RADEON_CFLAGS@
+RADEON_LDFLAGS = @RADEON_LDFLAGS@
# Assembler
MESA_ASM_SOURCES = @MESA_ASM_SOURCES@