diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2013-09-17 15:58:29 +0100 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-10-01 07:29:49 -0700 |
commit | e11ff60e280083829a23cff7120eb932e26d0832 (patch) | |
tree | edb032b63286ce4dd1cad21759da3db1c024d1c4 /src/mesa/drivers/dri/swrast | |
parent | cb1febb074ca5a9d4674c953106b467f175c4c0f (diff) | |
download | external_mesa3d-e11ff60e280083829a23cff7120eb932e26d0832.zip external_mesa3d-e11ff60e280083829a23cff7120eb932e26d0832.tar.gz external_mesa3d-e11ff60e280083829a23cff7120eb932e26d0832.tar.bz2 |
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 <emil.l.velikov@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/swrast')
-rw-r--r-- | src/mesa/drivers/dri/swrast/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/swrast/Makefile.am b/src/mesa/drivers/dri/swrast/Makefile.am index fb9b8a0..9652583 100644 --- a/src/mesa/drivers/dri/swrast/Makefile.am +++ b/src/mesa/drivers/dri/swrast/Makefile.am @@ -34,10 +34,7 @@ AM_CFLAGS = \ $(VISIBILITY_CFLAGS) dridir = $(DRI_DRIVER_INSTALL_DIR) - -if HAVE_SWRAST_DRI dri_LTLIBRARIES = swrast_dri.la -endif swrast_dri_la_SOURCES = \ $(SWRAST_C_FILES) |