diff options
author | Emil Velikov <[email protected]> | 2015-07-07 21:02:40 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-22 16:35:25 +0100 |
commit | a29a8b92ff05f3a63dd3b6ae8c7d0e07f039c0ad (patch) | |
tree | efe02dacda9a94304261d670de03a15c6a54b5aa /src/gallium/Android.mk | |
parent | fe1503fe38602c91e030ca206cb392a26a343f91 (diff) |
android: don't build the kms-dri winsys
GBM (the only user of kms-dri) is currently not available under Android.
Considering we have no way of testing/using this let's not bother
building it for now.
Cc: Chih-Wei Huang <[email protected]>
Cc: Eric Anholt <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/Android.mk')
-rw-r--r-- | src/gallium/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Android.mk b/src/gallium/Android.mk index b946681840c..0703148af08 100644 --- a/src/gallium/Android.mk +++ b/src/gallium/Android.mk @@ -34,7 +34,7 @@ SUBDIRS := auxiliary # swrast ifneq ($(filter swrast,$(MESA_GPU_DRIVERS)),) -SUBDIRS += winsys/sw/dri winsys/sw/kms-dri drivers/softpipe +SUBDIRS += winsys/sw/dri drivers/softpipe endif # freedreno |