[Mesa-dev] [PATCH 1/2] android: link libmesa_intel_common with zlib and expat

Emil Velikov emil.l.velikov at gmail.com
Mon Jul 31 20:45:12 UTC 2017


On 31 July 2017 at 09:32, Tapani Pälli <tapani.palli at intel.com> wrote:
> Makes it possible to build Mesa on Android with -DDEBUG with
> the next patch that reverts 4f695731.
>
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> ---
>  src/intel/Android.common.mk | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/src/intel/Android.common.mk b/src/intel/Android.common.mk
> index f056f0a..12cea6e 100644
> --- a/src/intel/Android.common.mk
> +++ b/src/intel/Android.common.mk
> @@ -32,10 +32,15 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
>  LOCAL_SRC_FILES := $(COMMON_FILES)
>
>  LOCAL_C_INCLUDES := \
> +       external/zlib \
Ideally this will be part of zlib's LOCAL_EXPORT_C_INCLUDE_DIRS, at
some point in the future.

Regardless, patch looks good:
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

-Emil


More information about the mesa-dev mailing list