summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2017-08-05 21:31:13 +0700
committerAaron Plattner <aplattner@nvidia.com>2017-08-05 16:46:24 -0700
commit87249af5faf85c8d093e910c069faa4db0aee843 (patch)
tree5ede5f857a72933e2b4472f4f7cf0ba1365c2eb1 /src/Makefile.am
parent7c3b090e80a9b364434120262f9bef5686cd2e2e (diff)
Remove DGA support
DGA was so 2004. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Bob Terek <xorg@esoterek.com> Tested-by: Antoine Martin <antoine@nagafix.co.uk>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index da1dd9a..c0d82e0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,8 +37,3 @@ dummy_drv_la_SOURCES = \
dummy_cursor.c \
dummy_driver.c \
dummy.h
-
-if DGA
-dummy_drv_la_SOURCES += \
- dummy_dga.c
-endif