autoconf: Make header install distinct for various APIs (v2)
authorChuck Atkins <chuck.atkins@kitware.com>
Tue, 4 Oct 2016 15:05:30 +0000 (11:05 -0400)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 6 Oct 2016 14:03:46 +0000 (15:03 +0100)
commita89faa2022fd995af2019c886b152b49a01f9392
tree700f2e641c28e7070d2282b157d657b7a0f8a1ef
parent0216a16819f86bc9030c9bf4d8f377833e6e33dd
autoconf: Make header install distinct for various APIs (v2)

This fixes a problem where GL headers would only get installed if
glx was enabled.  So if osmesa was enabled but not glx, then the
GL headers required by osmesa would be missing from the install.

v2: Dropped unneeded mesa_glinterop.h redundant osmesa.h install

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Chuck Atkins <chuck.atkins@kitware.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac
src/Makefile.am
src/mesa/Makefile.am