Move installing osmesa.pc to drivers/osmesa
authorJon TURNEY <jon.turney@dronecode.org.uk>
Thu, 26 Jul 2012 10:07:37 +0000 (11:07 +0100)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 31 Jul 2012 11:48:33 +0000 (12:48 +0100)
commit27013e5164a1823d5bdcb5ca21ae4ca0df40b8f8
tree8e7d259003296b6a557b18570447306d5830e456
parent2faa2b4f7e4d5a230d5e2ec55bea06eab8dd8fba
Move installing osmesa.pc to drivers/osmesa

Move installing osmesa.pc to drivers/osmesa, where it belongs better

This also restores the installation of gl.pc if we are building osmesa at the
same time as libGL, which was broken in commit 39785488 when the .pc
installation was converted to automake

v2:
Remove HAVE_OSMESA_DRIVER automake conditional, it's now pointless as we
will only be building in the drivers/osmesa directory if the condition it
checked was true.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Anholt <eric@anholt.net>
configure.ac
src/mesa/Makefile.am
src/mesa/drivers/osmesa/Makefile.am
src/mesa/drivers/osmesa/osmesa.pc.in [new file with mode: 0644]
src/mesa/osmesa.pc.in [deleted file]