diff options
author | Emil Velikov <[email protected]> | 2013-09-17 15:58:29 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-10-01 07:29:49 -0700 |
commit | e11ff60e280083829a23cff7120eb932e26d0832 (patch) | |
tree | edb032b63286ce4dd1cad21759da3db1c024d1c4 /src/mesa/drivers/dri/r200 | |
parent | cb1febb074ca5a9d4674c953106b467f175c4c0f (diff) |
mesa/drivers: drop HAVE_*_DRI from individual makefiles
The mesa/drivers/dri/Makefile.am already guards the individual
targets/subdirs with HAVE_*_DRI before including them. Thus making
the additional check within each Makefile.am unnecessary.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r-- | src/mesa/drivers/dri/r200/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile.am b/src/mesa/drivers/dri/r200/Makefile.am index fc0482a6ee7..6635265ea54 100644 --- a/src/mesa/drivers/dri/r200/Makefile.am +++ b/src/mesa/drivers/dri/r200/Makefile.am @@ -37,10 +37,7 @@ AM_CFLAGS = \ $(RADEON_CFLAGS) dridir = $(DRI_DRIVER_INSTALL_DIR) - -if HAVE_R200_DRI dri_LTLIBRARIES = r200_dri.la -endif r200_dri_la_SOURCES = \ $(R200_C_FILES) |