Re: [Mesa-dev] [PATCH v1 7/7] android: build imx-drm winsys

2017-06-16 Thread Emil Velikov
Hi Rob, I missed something in the pl111+vc4 case, which is also applicable here. If one selects the DC w/o the GPU the build will fail. To resolve that one option is to simply pull the GPU static libs as dependencies for the DC ones. Some example/specifics below. On 15 June 2017 at 21:47, Robert

Re: [Mesa-dev] [PATCH v1 7/7] android: build imx-drm winsys

2017-06-15 Thread Tapani Pälli
On 06/15/2017 11:47 PM, Robert Foss wrote: From: Tomeu Vizoso Signed-off-by: Tomeu Vizoso --- Android.mk| 5 +++-- src/gallium/Android.mk| 1 + src/gallium/winsys/imx/drm/Android.mk | 40 +++ 3 files changed,

[Mesa-dev] [PATCH v1 7/7] android: build imx-drm winsys

2017-06-15 Thread Robert Foss
From: Tomeu Vizoso Signed-off-by: Tomeu Vizoso --- Android.mk| 5 +++-- src/gallium/Android.mk| 1 + src/gallium/winsys/imx/drm/Android.mk | 40 +++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 10064