summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-27 23:21:31 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-22 17:22:10 +0200
commit5c8a1ce934b4c4291e389ca4c6ba8b93bc2b837e (patch)
tree077dc68f25e193a56d377640f9af275b0a093a14
parentc1827f654e32078421bc75e56d335c85c596e24c (diff)
downloadexternal_drm_gralloc-replicant-6.0.tar.gz
external_drm_gralloc-replicant-6.0.tar.bz2
external_drm_gralloc-replicant-6.0.zip
Even if only swrast/llvmpipe is selected, there is still a dependency on drm_gralloc. Removing the dependency seems to be too much work. The path for the Mesa repo needs to be adapted. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--Android.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index 69e9286..f20e055 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,7 +21,7 @@
# Android.mk for drm_gralloc
-DRM_GPU_DRIVERS := $(strip $(filter-out swrast, $(BOARD_GPU_DRIVERS)))
+DRM_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS))
freedreno_drivers := freedreno
intel_drivers := i915 i965 i915g ilo
@@ -115,10 +115,10 @@ ifneq ($(filter pipe, $(DRM_GPU_DRIVERS)),)
LOCAL_SRC_FILES += gralloc_drm_pipe.c
LOCAL_CFLAGS += -DENABLE_PIPE
LOCAL_C_INCLUDES += \
- external/mesa/include \
- external/mesa/src \
- external/mesa/src/gallium/include \
- external/mesa/src/gallium/auxiliary
+ external/mesa3d/include \
+ external/mesa3d/src \
+ external/mesa3d/src/gallium/include \
+ external/mesa3d/src/gallium/auxiliary
LOCAL_SHARED_LIBRARIES += libdl