summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri/Android.mk
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-10-07 17:37:37 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-21 12:52:19 +0000
commitaf031deed6ab4d6236b896507e8afcf9d6fd3173 (patch)
treec33af382b6cf60eea4f570f95bcc9e1f2b3747c0 /src/gallium/targets/dri/Android.mk
parent950e06a29bd664af0cb454fc2f35f8cc4153e7f1 (diff)
downloadexternal_mesa3d-af031deed6ab4d6236b896507e8afcf9d6fd3173.zip
external_mesa3d-af031deed6ab4d6236b896507e8afcf9d6fd3173.tar.gz
external_mesa3d-af031deed6ab4d6236b896507e8afcf9d6fd3173.tar.bz2
target-helpers: move the DRI specifics to the target
Rather than having all targets include the file, with only some defining the relevant guard macro, just move things where they are used. v2: rebase on top of virgl support. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/targets/dri/Android.mk')
-rw-r--r--src/gallium/targets/dri/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri/Android.mk b/src/gallium/targets/dri/Android.mk
index a33d7f8..89b420f 100644
--- a/src/gallium/targets/dri/Android.mk
+++ b/src/gallium/targets/dri/Android.mk
@@ -35,7 +35,7 @@ endif
LOCAL_SRC_FILES := target.c
-LOCAL_CFLAGS := -DDRI_TARGET
+LOCAL_CFLAGS :=
LOCAL_SHARED_LIBRARIES := \
libdl \