diff options
author | Jon Severinsson <[email protected]> | 2013-08-23 11:18:59 +0200 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-08-23 12:58:30 -0700 |
commit | c8111904304a878a3d5831b453255f04e1ddcf56 (patch) | |
tree | 3fc9faca200114ae8b3b71454b88ddd469bda0e3 /configure.ac | |
parent | 60ddb96f7e0ea8dfb277cd1f249c7912c07c46b1 (diff) |
gallium/osmesa: Make and install an osmesa.pc.
As of "2f142d59 build: Add --enable-gallium-osmesa flag." the pkgconfig
file from classic osmesa is no longer installed when building gallium
osmesa, so copy it to gallium osmesa and install the copy instead.
CC: "9.2" <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7a89591a15f..40e052c626a 100644 --- a/configure.ac +++ b/configure.ac @@ -2066,6 +2066,7 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/gbm/Makefile src/gallium/targets/opencl/Makefile src/gallium/targets/osmesa/Makefile + src/gallium/targets/osmesa/osmesa.pc src/gallium/targets/pipe-loader/Makefile src/gallium/targets/libgl-xlib/Makefile src/gallium/targets/vdpau-nouveau/Makefile |