OSDN Git Service

automake: move GALLIUM_DRI_LIB_DEPS to Automake.inc
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 1 Apr 2014 01:05:57 +0000 (02:05 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 5 Apr 2014 11:59:44 +0000 (12:59 +0100)
commit16c13aaeb87b296a60fd0898efc20984faf67565
tree01e0f698d4b30c9c8b1008519e184e380312bbf4
parent476db98e03a3f99af6658302974e51ec908fd274
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 <vlee@freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac
src/gallium/Automake.inc