Hi,
I tried to add LOCAL_GENERATED_SOURCES += $(MESA_DRI_OPTIONS_H)
incrementally three places:
src/gallium/drivers/radeonsi/Android.mk
src/gallium/targets/dri/Android.mk
and src/gallium/auxiliary/Android.mk
but it didn't work as expected
I also tried by putting later the export in src/util/And
On Mon, Dec 18, 2017 at 8:45 PM, Yu, Qiang wrote:
> I met this problem when upgrade mesa 17.2 to 17.3, and build without
> a make clean. A clean build won't have this problem.
I think I'm seeing a similar problem on CI builds with current master,
but with intel_screen.c:
external/mesa3d/src/mesa
I met this problem when upgrade mesa 17.2 to 17.3, and build without
a make clean. A clean build won't have this problem.
Regards,
Qiang
From: Mauro Rossi
Sent: Tuesday, December 19, 2017 6:19:44 AM
To: Emil Velikov
Cc: ML mesa-dev; Haehnle, Nicolai; Yu,
Il 18/dic/2017 17:27, "Emil Velikov" ha scritto:
On 17 December 2017 at 23:34, Mauro Rossi wrote:
> target.c requires "xmlpool/options.h" generated header
> or the following tricky Android building error may appear:
>
> In file included from external/mesa/src/gallium/targets/dri/target.c:1:
> In
On 17 December 2017 at 23:34, Mauro Rossi wrote:
> target.c requires "xmlpool/options.h" generated header
> or the following tricky Android building error may appear:
>
> In file included from external/mesa/src/gallium/targets/dri/target.c:1:
> In file included from
> external/mesa/src/gallium/au
Looks good for me.
Reviewed-by: Qiang Yu
Regards,
Qiang
From: Mauro Rossi
Sent: Monday, December 18, 2017 7:34:46 AM
To: mesa-dev@lists.freedesktop.org
Cc: Haehnle, Nicolai; Yu, Qiang; emil.l.veli...@gmail.com; 17.3
Subject: [PATCH] Android: gallium_dri:
target.c requires "xmlpool/options.h" generated header
or the following tricky Android building error may appear:
In file included from external/mesa/src/gallium/targets/dri/target.c:1:
In file included from
external/mesa/src/gallium/auxiliary/target-helpers/drm_helper.h:185:
out/target/product/x