diff options
author | Mauro Rossi <[email protected]> | 2017-08-03 02:55:48 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-08-03 10:55:29 +0100 |
commit | 5baed8f0e64e5154d77ccd96ebe2d933a579e7f3 (patch) | |
tree | 12ebfda331ceba35cd3132e57f1cc17acdb96748 /src/gallium/auxiliary | |
parent | 56eb2f35702a946c17d6ebae4373f107058417c6 (diff) |
android: radeonsi: prepare for driver-specific driconf options
Android build changes to avoid the following building error:
In file included from external/mesa/src/gallium/targets/dri/target.c:1:
external/mesa/src/gallium/auxiliary/target-helpers/drm_helper.h:185:10:
fatal error: 'radeonsi/si_driinfo.h' file not found
^
1 error generated.
Fixes: 0f8c5de869 "radeonsi: prepare for driver-specific driconf options"
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Android.mk b/src/gallium/auxiliary/pipe-loader/Android.mk index 1e1bb11153f..ab844143c30 100644 --- a/src/gallium/auxiliary/pipe-loader/Android.mk +++ b/src/gallium/auxiliary/pipe-loader/Android.mk @@ -39,7 +39,7 @@ LOCAL_SRC_FILES := \ LOCAL_MODULE := libmesa_pipe_loader -LOCAL_STATIC_LIBRARIES := libmesa_loader +LOCAL_STATIC_LIBRARIES := libmesa_loader libmesa_util include $(GALLIUM_COMMON_MK) include $(BUILD_STATIC_LIBRARY) |