diff options
author | Dave Airlie <[email protected]> | 2009-02-15 17:03:47 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-02-15 17:03:47 +1000 |
commit | b0e8ac8fd2eeb88b5f9299afb36102113a2435d4 (patch) | |
tree | 8d49e1db38bca63ad1412399839e862ec34d980a /configs | |
parent | 7d19d2768491f4de3b674106e93c24d29712404f (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.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index b352974a4c5..d7860294eae 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@ |