summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri/Makefile.am
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-07-31 16:30:37 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-08-01 01:31:58 +0100
commit095c37e47230125d7fdc4a6b148b8e5cdc2f7262 (patch)
treed47d542f347ab6a4f4a4eed67448a1501e9e9187 /src/gallium/targets/dri/Makefile.am
parentb1eb00cd4008e9529f3cbdf0ce8a58aa68e75793 (diff)
downloadexternal_mesa3d-095c37e47230125d7fdc4a6b148b8e5cdc2f7262.zip
external_mesa3d-095c37e47230125d7fdc4a6b148b8e5cdc2f7262.tar.gz
external_mesa3d-095c37e47230125d7fdc4a6b148b8e5cdc2f7262.tar.bz2
target-helpers: Do not build kms_dri on libdrm-less platforms.
Fix build since 3b176c441b7ddc5f7d2f891da3f76cf3c1814ce1 for dri_platform=none hosts. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/dri/Makefile.am')
-rw-r--r--src/gallium/targets/dri/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am
index c7fe410..6ab15d8 100644
--- a/src/gallium/targets/dri/Makefile.am
+++ b/src/gallium/targets/dri/Makefile.am
@@ -8,6 +8,7 @@ AM_CFLAGS = \
$(GALLIUM_TARGET_CFLAGS)
AM_CPPFLAGS = \
+ $(DEFINES) \
-DDRI_TARGET \
-DGALLIUM_GALAHAD \
-DGALLIUM_NOOP \