diff options
author | Rob Herring <[email protected]> | 2018-07-24 11:09:39 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-10-22 13:08:17 +0100 |
commit | 2bb05d70afe82fdc5e6d1d7c7bcbd8dc28df4b82 (patch) | |
tree | f79ecdc378c7ab2dca7bf1f9a79f3a2c6949e0c6 /src/gallium/auxiliary | |
parent | 27fe3f5b5a18c7ae404ac933dae6a9adcb2d5f7b (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/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Android.mk b/src/gallium/auxiliary/pipe-loader/Android.mk index ab844143c30..075bf8af436 100644 --- a/src/gallium/auxiliary/pipe-loader/Android.mk +++ b/src/gallium/auxiliary/pipe-loader/Android.mk @@ -30,6 +30,7 @@ include $(CLEAR_VARS) LOCAL_CFLAGS := \ -DHAVE_PIPE_LOADER_DRI \ + -DHAVE_PIPE_LOADER_KMS \ -DDROP_PIPE_LOADER_MISC \ -DGALLIUM_STATIC_TARGETS |