summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2018-07-24 11:09:39 +0200
committerEmil Velikov <[email protected]>2018-10-22 13:08:17 +0100
commit2bb05d70afe82fdc5e6d1d7c7bcbd8dc28df4b82 (patch)
treef79ecdc378c7ab2dca7bf1f9a79f3a2c6949e0c6 /src/gallium/drivers/softpipe
parent27fe3f5b5a18c7ae404ac933dae6a9adcb2d5f7b (diff)
android: Build kms_swrast for the Android platform
Signed-off-by: Rob Herring <[email protected]> Signed-off-by: Robert Foss <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r--src/gallium/drivers/softpipe/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/Android.mk b/src/gallium/drivers/softpipe/Android.mk
index 29cc317327c..7e879161090 100644
--- a/src/gallium/drivers/softpipe/Android.mk
+++ b/src/gallium/drivers/softpipe/Android.mk
@@ -37,6 +37,6 @@ include $(GALLIUM_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)
ifneq ($(HAVE_GALLIUM_SOFTPIPE),)
-GALLIUM_TARGET_DRIVERS += swrast
-$(eval GALLIUM_LIBS += $(LOCAL_MODULE) libmesa_winsys_sw_dri)
+GALLIUM_TARGET_DRIVERS += swrast kms_swrast
+$(eval GALLIUM_LIBS += $(LOCAL_MODULE) libmesa_winsys_sw_dri libmesa_winsys_sw_kms_dri)
endif