OSDN Git Service

mesa: fix the condition in src/loader/Makefile.am
authorAxel Davy <axel.davy@ens.fr>
Tue, 1 Jul 2014 15:15:41 +0000 (11:15 -0400)
committerBrian Paul <brianp@vmware.com>
Tue, 1 Jul 2014 15:42:44 +0000 (09:42 -0600)
commit4d6c9352f3b1d7c2df626b30bbfc6da4dfaf52e6
treeb0a05eda4526bd24f758db07019e78db3e2ecef6
parentad6e1e12cc2ed8b07cebc555b2ea0029037f7d93
mesa: fix the condition in src/loader/Makefile.am

We want to have the dri common files compiled to define USE_DRICONF.
We need to check both NEED_OPENGL_COMMON and HAVE_DRICOMMON

Signed-off-by: Axel Davy <axel.davy@ens.fr>
Tested-by: Brian Paul <brianp@vmware.com>
src/loader/Makefile.am