On 16 March 2017 at 12:22, Emil Velikov <[email protected]> wrote: > On 16 March 2017 at 09:24, Tapani Pälli <[email protected]> wrote: >> Fixes: efd63e2 ("mesa: Connect the generated GL command marshalling code to >> the build.") >> Signed-off-by: Tapani Pälli <[email protected]> >> --- >> src/mesa/Android.gen.mk | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/src/mesa/Android.gen.mk b/src/mesa/Android.gen.mk >> index a1e58a6..42d4ba1 100644 >> --- a/src/mesa/Android.gen.mk >> +++ b/src/mesa/Android.gen.mk >> @@ -38,7 +38,9 @@ sources := \ >> main/format_unpack.c \ >> main/format_info.h \ >> main/remap_helper.h \ >> - main/get_hash.h >> + main/get_hash.h \ >> + main/marshal_generated.c \ >> + main/marshal_generated.h >> > Can I get you to the dark side and move the generation rules for > src/mesa/main files into (duh) src/mesa - seems like some > scons/autoconf are in mapi. > This way we can share the generated_files/other source lists better > and this should become no-op ? > > Should be a dummy move + build test. > FTR, the above suggestion can be done as follow-up commit. I'll push this patch shortly.
Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
