https://bugs.freedesktop.org/show_bug.cgi?id=76848
Emil Velikov <emil.l.veli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Emil Velikov <emil.l.veli...@gmail.com> --- Thanks for the confirmation Vinson. Pushed to master Author: Emil Velikov <emil.l.veli...@gmail.com> Date: Tue Apr 1 02:05:57 2014 +0100 automake: move GALLIUM_DRI_LIB_DEPS to Automake.inc With recent commit we started de-duplicating all of the compiler/ linker flags moving their handling inside Automake.inc. This did not take into consideration that the above variable was set at configure time, leading to issues on certain build combinations. Move the variable to where it's used/handled thus cleaning up configure.ac. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76848 Tested-by: Vinson Lee <v...@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com> commit ba5eba500884c85792b3de38c90a70b4b11dc432 Author: Emil Velikov <emil.l.veli...@gmail.com> Date: Tue Apr 1 02:34:08 2014 +0100 automake: introduce GALLIUM_COMMON_LIB_DEPS Rather than copying the core four dependencies all over gallium, introduce the above variable to avoid all the duplication. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76848 Tested-by: Vinson Lee <v...@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com> commit c8129604ef8a8c4e71e304b4deb66ebb818a7758 Author: Emil Velikov <emil.l.veli...@gmail.com> Date: Tue Apr 1 02:45:22 2014 +0100 drivers/r300: use GALLIUM_COMMON_LIB_DEPS Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76848 Tested-by: Vinson Lee <v...@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com> -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev